style: menu

This commit is contained in:
jialin
2026-05-29 18:04:31 +08:00
committed by jialin
parent fcd1d01e83
commit 29c5987bf1
3 changed files with 117 additions and 107 deletions
+4 -2
View File
@@ -54,7 +54,8 @@ export default {
itemHoverColor: 'rgba(0,0,0,1)',
itemColor: 'rgba(0,0,0,1)',
itemHoverBg: 'rgb(24 25 27)',
itemActiveBg: 'rgb(24 25 27)'
itemActiveBg: 'rgb(24 25 27)',
menuItemSelectedBg: '#292929'
},
Progress: {
lineBorderRadius: 4
@@ -108,6 +109,7 @@ export default {
fontSize: 14,
motion: true,
colorFill: '#0A0A0A',
colorBgBase: '#0A0A0A'
colorBgBase: '#0A0A0A',
menuItemSelectedBg: '#292929'
}
};
+2 -1
View File
@@ -56,7 +56,8 @@ export default {
itemHoverColor: 'rgba(0,0,0,1)',
itemColor: 'rgba(0,0,0,1)',
itemHoverBg: 'rgba(0,0,0,0.04)',
itemActiveBg: 'rgba(0,0,0,0.04)'
itemActiveBg: 'rgba(0,0,0,0.04)',
menuItemSelectedBg: 'rgba(255, 255, 255, 0.9)'
},
Progress: {
lineBorderRadius: 3