4
0
mirror of https://github.com/iczer/vue-antd-admin.git synced 2025-04-06 03:57:44 +08:00

chore: optimize the color of the setting trigger and ColorCheckbox component in night mode; 🌟

This commit is contained in:
iczer 2020-07-09 11:01:35 +08:00
parent ee3265a151
commit 1f02623837
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ export default {
cursor: pointer; cursor: pointer;
margin-right: 8px; margin-right: 8px;
text-align: center; text-align: center;
color: #fff; color: @base-bg-color;
font-weight: bold; font-weight: bold;
} }
</style> </style>

View File

@ -106,7 +106,7 @@ export default {
} }
.setting{ .setting{
background-color: @primary-color; background-color: @primary-color;
color: #fff; color: @base-bg-color;
border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px;
line-height: 40px; line-height: 40px;
font-size: 22px; font-size: 22px;