This commit is contained in:
fks-yangshouda
2024-08-14 17:29:55 +08:00
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);
}