浏览代码

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

zhouna 6 年之前
父节点
当前提交
f2cb21089d
共有 1 个文件被更改,包括 8 次插入7 次删除
  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;
+  }
 }