mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 11:49:02 +08:00
修复iOS数据库连接并增强中文字体兼容
This commit is contained in:
+15
-3
@@ -2,9 +2,11 @@
|
||||
|
||||
:root {
|
||||
--ss-font-family:
|
||||
"PingFang SC", "Hiragino Sans GB", "Heiti SC", "Noto Sans SC", "Noto Sans CJK SC",
|
||||
"Microsoft YaHei", "微软雅黑", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
||||
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
|
||||
"PingFang SC", "PingFangTC-Regular", "Hiragino Sans GB", "Hiragino Sans",
|
||||
"STHeiti", "Heiti SC", "Noto Sans CJK SC", "Noto Sans SC", "Source Han Sans SC",
|
||||
"Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", -apple-system, BlinkMacSystemFont,
|
||||
"Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji",
|
||||
sans-serif;
|
||||
}
|
||||
|
||||
html,
|
||||
@@ -32,6 +34,16 @@ select {
|
||||
font-family: var(--ss-font-family);
|
||||
}
|
||||
|
||||
.ant-typography,
|
||||
.ant-btn,
|
||||
.ant-input,
|
||||
.ant-input-affix-wrapper,
|
||||
.ant-select,
|
||||
.ant-select-selection-item,
|
||||
.ant-message-notice-content {
|
||||
font-family: var(--ss-font-family) !important;
|
||||
}
|
||||
|
||||
.ss-sidebar {
|
||||
color: var(--ss-sidebar-text, var(--ss-text-main));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user