style(font): font size 14

This commit is contained in:
jialin
2025-03-27 18:32:44 +08:00
parent db417e6a5f
commit 455ae8aa05
7 changed files with 30 additions and 16 deletions
+9 -3
View File
@@ -9,11 +9,15 @@ export default {
},
Table: {
cellFontSize: 14,
rowSelectedHoverBg: 'rgba(230, 230, 230, 0.88)',
rowSelectedBg: 'rgb(244, 245, 244)'
rowSelectedHoverBg: 'rgb(249 249 249)',
rowHoverBg: 'rgb(249 249 249)',
rowSelectedBg: 'transparent'
},
Button: {
contentFontSizeLG: 14
contentFontSizeLG: 14,
primaryShadow: 'none',
defaultShadow: 'none',
dangerShadow: 'none'
},
Tabs: {
titleFontSizeLG: 14
@@ -59,6 +63,8 @@ export default {
}
},
token: {
fontFamily:
"'Segoe UI', Roboto, Helvetica, -apple-system, BlinkMacSystemFont, Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
colorText: 'rgba(0,0,0,1)',
colorPrimary: '#007BFF',
colorSuccess: '#54cc98',