chore: optimize the realization of theme color 🌟

This commit is contained in:
iczer
2020-07-01 17:23:39 +08:00
parent 42a34f7a16
commit 5f68e2d231
17 changed files with 46 additions and 123 deletions

View File

@@ -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;

View File

@@ -83,7 +83,7 @@ export default {
cursor: pointer;
transition: color .3s;
&:hover{
color: #1890ff;
color: @primary-color;
}
}
.admin-header{