ソースを参照

fix(ecard): change style

Drjingfubo 3 年 前
コミット
f5934c4055

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

@@ -25,6 +25,10 @@
         background-color: transparent;
         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"
             v-model="inputValue"
             @input="change"
+            class="nut-ecard-input"
             :placeholder="placeholder || translate('placeholder')"
           />
           {{ suffix }}