Browse Source

数字键盘在组合中样式bug修改

zhouna 6 years ago
parent
commit
f2cb21089d
1 changed files with 8 additions and 7 deletions
  1. 8 7
      src/components/NumberDrop/index.less

+ 8 - 7
src/components/NumberDrop/index.less

@@ -1,9 +1,10 @@
 @import "~@less/variables.less";
 .container{
   .tag;
-}
-.no-tag{
-  .no-tag;
+  .blued{
+    background: @blue;
+    color: #fff;
+  }
 }
 .selected{
   .selected-tag;
@@ -13,8 +14,8 @@
   &:after{
     content: unset;
   }
-}
-.blued{
-  background: @blue;
-  color: #fff;
+  .blued{
+    background: @blue;
+    color: #fff;
+  }
 }