mirror of
https://gitee.com/layui/layui.git
synced 2025-11-24 16:43:14 +08:00
style: 优化全局 font-family (#2950)
* style: 优化全局字体族 * style: 恢复旧版字体 避免因字体产生的细微不兼容问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user