v3.9.0 里程碑版本发布

This commit is contained in:
JEECG
2025-11-26 11:25:35 +08:00
parent 1f73837b7d
commit 9919ae2bc5
380 changed files with 11450 additions and 4555 deletions

View File

@ -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'] {