chore: optimize the realization of theme color 🌟
This commit is contained in:
@@ -105,7 +105,7 @@ export default {
|
||||
min-height: auto;
|
||||
}
|
||||
.setting{
|
||||
background-color: #1890ff;
|
||||
background-color: @primary-color;
|
||||
color: #fff;
|
||||
border-radius: 5px 0 0 5px;
|
||||
line-height: 40px;
|
||||
|
||||
@@ -83,7 +83,7 @@ export default {
|
||||
cursor: pointer;
|
||||
transition: color .3s;
|
||||
&:hover{
|
||||
color: #1890ff;
|
||||
color: @primary-color;
|
||||
}
|
||||
}
|
||||
.admin-header{
|
||||
|
||||
Reference in New Issue
Block a user