mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-03 17:15:41 +08:00
v3.9.0 里程碑版本发布
This commit is contained in:
@ -176,6 +176,10 @@ html[data-theme='light'] {
|
||||
border-color: #eee !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
//【QQYUN-13754】switch在禁用的方式下效果有问题:字体为黑色
|
||||
.ant-switch-disabled .ant-switch-inner-checked,.ant-switch-inner-unchecked{
|
||||
color: #fff !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
html[data-theme='dark'] {
|
||||
|
||||
Reference in New Issue
Block a user