style: table style

This commit is contained in:
jialin
2025-03-27 16:11:49 +08:00
parent 0d80269e2d
commit f4d5419ba1
4 changed files with 44 additions and 39 deletions
+3 -3
View File
@@ -8,8 +8,9 @@ export default {
},
Table: {
cellFontSize: 12,
rowSelectedHoverBg: 'rgba(230, 230, 230, 0.88)',
rowSelectedBg: 'rgb(244, 245, 244)'
rowSelectedHoverBg: 'rgb(249 249 249)',
rowHoverBg: 'rgb(249 249 249)',
rowSelectedBg: 'transparent'
},
Menu: {
iconSize: 16,
@@ -30,7 +31,6 @@ export default {
},
Tooltip: {
colorBgSpotlight: '#3e3e3e'
// sizePopupArrow: 0
},
Button: {
primaryShadow: 'none',