Browse Source

input背景透明,兼容支付宝扫一扫

liucf 5 năm trước cách đây
mục cha
commit
1248f0c33c
2 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 1 0
      src/common/Input.vue
  2. 2 1
      src/common/MultiLineInput.vue

+ 1 - 0
src/common/Input.vue

@@ -52,6 +52,7 @@
       outline-color: invert;
       padding-left: 0.1rem;
       box-sizing: border-box;
+      background: transparent;
     }
     .change{
       border-color:  #4F50FF;

+ 2 - 1
src/common/MultiLineInput.vue

@@ -89,7 +89,8 @@ export default {
       border: 0 none;
       border-bottom: 1px solid #b0afaf !important;
       border-radius: 0;
-      background-color: #fff;
+      // background-color: #fff;
+      background: transparent;
       outline-color: invert;
       height: .36rem;
       line-height: .36rem;