颜色修改
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -224,9 +224,9 @@ export default { | ... | @@ -224,9 +224,9 @@ export default { |
| 224 | } | 224 | } |
| 225 | 225 | ||
| 226 | &.active { | 226 | &.active { |
| 227 | background-color: #42b983; | 227 | background-color: #0794FF; |
| 228 | color: #fff; | 228 | color: #fff; |
| 229 | border-color: #42b983; | 229 | border-color: #0794FF; |
| 230 | 230 | ||
| 231 | &::before { | 231 | &::before { |
| 232 | content: ''; | 232 | content: ''; | ... | ... |
-
Please register or sign in to post a comment