Browse Source

fix(ecard): change style

Drjingfubo 3 years ago
parent
commit
f5934c4055
2 changed files with 5 additions and 0 deletions
  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;
         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 }}