Skip to content

Commit 9dc7817

Browse files
author
奇淼(piexlmax
authored
Merge pull request #737 from flipped-aurora/gva-vue3
修复预览自动化代码全选和复制的bug
2 parents d78f147 + 22df94e commit 9dc7817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/store/module/user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const user = {
1212
headerImg: '',
1313
authority: {},
1414
sideMode: 'dark',
15-
activeColor: '#0d84ff',
15+
activeColor: '#4D70FF',
1616
baseColor: '#fff'
1717
},
1818
token: '',
@@ -123,7 +123,7 @@ export const user = {
123123
},
124124
activeColor(state) {
125125
if (state.userInfo.sideMode === 'dark' || state.userInfo.sideMode === 'light') {
126-
return '#0d84ff'
126+
return '#4D70FF'
127127
}
128128
return state.userInfo.activeColor
129129
}

0 commit comments

Comments
 (0)