fix: ui issues

This commit is contained in:
jialin
2024-07-03 15:27:35 +08:00
parent 316019586f
commit 81e9a3cc92
46 changed files with 1075 additions and 305 deletions
+10 -5
View File
@@ -8,7 +8,8 @@ export default {
},
Table: {
cellFontSize: 12,
rowSelectedHoverBg: '#e6f6ff'
rowSelectedHoverBg: 'rgba(230, 230, 230, 0.88)',
rowSelectedBg: 'rgb(244, 245, 244)'
},
Menu: {
iconSize: 16,
@@ -20,10 +21,14 @@ export default {
},
Slider: {
handleSize: 8,
handleSizeHover: 10
// handleColor: '#007BFF'
// trackBg: '#007BFF',
// trackHoverBg: '#007BFF'
handleSizeHover: 8,
trackBg: 'rgba(0,0,0,0.15)',
handleColor: 'rgba(0,0,0,0.2)',
trackHoverBg: 'rgba(0,0,0,0.25)',
handleActiveColor: 'rgba(0,0,0,0.3)',
dotActiveBorderColor: 'rgba(0,0,0,0.25)',
handleActiveOutlineColor: 'rgba(0,0,0,0.25)',
dotBorderColor: 'rgba(0,0,0,0.25)'
}
},
token: {