style: 优化全局 font-family (#2950)

* style: 优化全局字体族

* style: 恢复旧版字体

避免因字体产生的细微不兼容问题
This commit is contained in:
贤心
2025-11-20 16:11:13 +08:00
committed by GitHub
parent 489e6f5058
commit 66ed36db41

View File

@@ -89,8 +89,8 @@ body {
color: rgba(0, 0, 0, 0.85); color: rgba(0, 0, 0, 0.85);
font-size: 14px; font-size: 14px;
font-family: font-family:
-apple-system, BlinkMacSystemFont, system-ui, 'Segoe UI', 'PingFang SC', -apple-system, Roboto, 'PingFang SC', 'Helvetica Neue', Arial, sans-serif,
'Helvetica Neue', Helvetica, Arial, sans-serif; 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
} }
hr { hr {
height: 0; height: 0;
@@ -5953,7 +5953,7 @@ body .layui-util-face .layui-layer-content {
} }
.layui-tree-icon { .layui-tree-icon {
height: 14px; height: 14px;
line-height: 10px; line-height: 12px;
width: 14px; width: 14px;
margin: 0 11px; margin: 0 11px;
text-align: center; text-align: center;