فهرست منبع

修改tab样式

outaozhen 4 سال پیش
والد
کامیت
63217e6f7a
1فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 4 3
      src/common/lockType/styles.module.less

+ 4 - 3
src/common/lockType/styles.module.less

@@ -1,8 +1,9 @@
 .overrideAntBtn {
-    :global(ant-radio-button-wrapper-checked) {
+    :global(.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)){
         background-color: #886ab5;
-    }
-    :global(ant-radio-button-checked){
         border-color: #886ab5;
     }
+    :global(.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before){
+        background-color: #886ab5;
+    }
 }