BF-202205051124\Administrator 3 жил өмнө
parent
commit
d14f8faf7b

+ 12 - 0
components/en-from/en-input/en-input.vue

@@ -5,6 +5,7 @@
         {{ label }}
       </view>
       <input
+          class="input-item"
           :name="name"
           :type="type"
           :maxlength="maxlength"
@@ -92,6 +93,17 @@ export default {
         font-size: 32rpx;
         color: #333333;
       }
+      .input-item{
+        border:none;
+        outline: none;
+        font-size: 32rpx;
+        color: #333333;
+      }
+      .input-item::placeholder{
+        color: #999999;
+        font-size: 32rpx;
+      }
+
     }
   }