|
@@ -2035,7 +2035,6 @@ export default {
|
|
|
margin-bottom: 8px;
|
|
margin-bottom: 8px;
|
|
|
font-family: "element-icons" !important; /* 强制使用 Element 图标字体 */
|
|
font-family: "element-icons" !important; /* 强制使用 Element 图标字体 */
|
|
|
display: inline-block; /* 确保图标正常渲染 */
|
|
display: inline-block; /* 确保图标正常渲染 */
|
|
|
- speak: none; /* 消除语音朗读干扰 */
|
|
|
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
|
font-variant: normal;
|
|
font-variant: normal;
|
|
@@ -2043,6 +2042,7 @@ export default {
|
|
|
line-height: 1;
|
|
line-height: 1;
|
|
|
vertical-align: baseline;
|
|
vertical-align: baseline;
|
|
|
-webkit-font-smoothing: antialiased; /* 优化渲染 */
|
|
-webkit-font-smoothing: antialiased; /* 优化渲染 */
|
|
|
|
|
+ -moz-osx-font-smoothing: grayscale; /* Firefox 优化渲染 */
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.document-icon .file-name {
|
|
.document-icon .file-name {
|