由于 component.css 中的 CSS 规则 a,a:visited {color: inherit;},我分类描述中的链接样式显示为普通代码。
component.css
a,a:visited {color: inherit;}
这是预期的结果吗?