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

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