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