zhouna 5 年之前
父节点
当前提交
f97de3ee5d
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/common/OptionInp.vue

+ 4 - 1
src/common/OptionInp.vue

@@ -73,7 +73,7 @@ import $ from 'jquery';
     }
      input{
       height: 100%;
-      color: #4F50FF;
+      color: #colors[btn];
       font-size: .26rem;
       border-bottom: 1px solid #E6E6E6 !important;
       border-radius: 0;
@@ -82,6 +82,9 @@ import $ from 'jquery';
       position: relative;
       top: 1px;
       box-sizing: border-box;
+       &.cancel{
+          color:#ccc ;
+        }
     }
   }
 .iptCheck{