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:
parent
ee3265a151
commit
1f02623837
@ -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>
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user