mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-06 04:00:06 +08:00
chore: optimize the color of the setting trigger and ColorCheckbox component in night mode; 🌟
This commit is contained in:
parent
ee3265a151
commit
1f02623837
@ -151,7 +151,7 @@ export default {
|
||||
cursor: pointer;
|
||||
margin-right: 8px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
color: @base-bg-color;
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
|
@ -106,7 +106,7 @@ export default {
|
||||
}
|
||||
.setting{
|
||||
background-color: @primary-color;
|
||||
color: #fff;
|
||||
color: @base-bg-color;
|
||||
border-radius: 5px 0 0 5px;
|
||||
line-height: 40px;
|
||||
font-size: 22px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user