|
@@ -115,8 +115,8 @@ const levelClass = {
|
|
|
3: 'success'
|
|
|
}
|
|
|
const levelColor = {
|
|
|
- 0: '#ff0000',
|
|
|
- 1: '#ff0000',
|
|
|
+ 0: '#ed1c24',
|
|
|
+ 1: '#ed1c24',
|
|
|
2: '#ff7e05',
|
|
|
3: '#52c41a'
|
|
|
}
|
|
@@ -135,7 +135,7 @@ export default {
|
|
|
passwordLevel: 0,
|
|
|
passwordLevelChecked: false,
|
|
|
percent: 10,
|
|
|
- progressColor: '#FF0000'
|
|
|
+ progressColor: '#ed1c24'
|
|
|
},
|
|
|
registerBtn: false
|
|
|
}
|
|
@@ -277,7 +277,7 @@ export default {
|
|
|
.user-register {
|
|
|
|
|
|
&.error {
|
|
|
- color: #ff0000;
|
|
|
+ color: #ed1c24;
|
|
|
}
|
|
|
|
|
|
&.warning {
|