Browse Source

fix(radio): unactive boder width setting

richard1015 3 years ago
parent
commit
5a03fa1cc9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/packages/__VUE/radio/index.scss

+ 1 - 0
src/packages/__VUE/radio/index.scss

@@ -24,6 +24,7 @@
     border-radius: $radio-button-border-radius;
     border-radius: $radio-button-border-radius;
     color: $radio-label-font-color;
     color: $radio-label-font-color;
     box-sizing: border-box;
     box-sizing: border-box;
+    border: 1px solid #f6f7f9;
     &--active {
     &--active {
       background: $radio-label-button-background;
       background: $radio-label-button-background;
       color: $radio-label-font-active-color;
       color: $radio-label-font-active-color;