fix:修改禁选样式 禁选和不禁选 样式一样

This commit is contained in:
zhaohy
2024-08-14 17:24:24 +08:00
parent 2fde44ed23
commit fbc6619126
2 changed files with 6 additions and 0 deletions

View File

@@ -325,6 +325,9 @@
:deep(.ant-radio-checked .ant-radio-inner) {
border-color: #2778ff !important;
}
:deep(.ant-radio-inner) {
background-color: white !important;
}
:deep(.ant-radio-disabled + span) {
color: rgba(51, 51, 51, 1);
}

View File

@@ -410,6 +410,9 @@
:deep(.ant-radio-checked .ant-radio-inner) {
border-color: #2778ff !important;
}
:deep(.ant-radio-inner) {
background-color: white !important;
}
:deep(.ant-radio-disabled + span) {
color: rgba(51, 51, 51, 1);
}