浏览代码

fix(ecard): change style

Drjingfubo 3 年之前
父节点
当前提交
f5934c4055
共有 2 个文件被更改,包括 5 次插入0 次删除
  1. 4 0
      src/packages/__VUE/ecard/index.scss
  2. 1 0
      src/packages/__VUE/ecard/index.taro.vue

+ 4 - 0
src/packages/__VUE/ecard/index.scss

@@ -25,6 +25,10 @@
         background-color: transparent;
         background-color: transparent;
         color: $dark-color3;
         color: $dark-color3;
       }
       }
+      .nut-ecard-input {
+        outline: none;
+        border: none;
+      }
     }
     }
   }
   }
 }
 }

+ 1 - 0
src/packages/__VUE/ecard/index.taro.vue

@@ -17,6 +17,7 @@
             type="text"
             type="text"
             v-model="inputValue"
             v-model="inputValue"
             @input="change"
             @input="change"
+            class="nut-ecard-input"
             :placeholder="placeholder || translate('placeholder')"
             :placeholder="placeholder || translate('placeholder')"
           />
           />
           {{ suffix }}
           {{ suffix }}