Explorar el Código

style:“修复一些样式”

soobin hace 1 año
padre
commit
15ac1407c3

+ 1 - 1
src/App.vue

@@ -117,7 +117,7 @@ span,
 p {
   // color: #333333;
   font-family: "Arial", sans-serif;
-  font-size: 0.35rem;
+  font-size: 13px;
   // .van-dialog {
   //   font-size: 0.4rem;
   // }

+ 1 - 1
src/components/commom/kDialog/index.less

@@ -51,7 +51,7 @@
           background-color: rgba(77, 106, 221, 1);
           border-radius: 0.5rem;
           // height: 1rem;
-          // width: 3rem;
+          width: 3rem;
           justify-content: center;
           align-items: center;
 

+ 29 - 4
src/styles/joinpayMch/index.less

@@ -86,6 +86,25 @@
                 left: -.6em;
             }
         }
+
+    }
+
+    .bankCode {
+        .van-cell__title {
+            width: 35%;
+            position: relative;
+
+            &::after {
+                content: '*';
+                color: red;
+                position: absolute;
+                left: -6em;
+            }
+        }
+
+        .van-field__body {
+            width: 50%;
+        }
     }
 
     .custom-input {
@@ -97,7 +116,7 @@
                 content: '*';
                 color: red;
                 position: absolute;
-                left: -.6em;
+                left: -6em;
             }
         }
     }
@@ -161,9 +180,14 @@
         }
     }
 
+    .van-radio__icon .van-icon {
+        font-size: 16px ;
+    }
+
     .van-radio__icon--checked .van-icon {
         background-color: #4d6add;
         border-color: #4d6add;
+        font-size: 16px;
     }
 
     .van-calendar__day--start-end {
@@ -205,7 +229,8 @@
 
 .van-popover__content {
     width: auto;
-    height: 25px;
-    padding: 0 10px;
-    padding-top: 8px;
+    // height: 30px;
+    padding: 5px 10px;
+    // padding-top: 2px;
+    font-size: 12px;
 }

+ 1 - 1
src/views/settlement/index.vue

@@ -239,7 +239,7 @@
             :rules="[{ required: bankAccountType === '4', message: $t('joinpayMch.interBankNoPlaceholder') }]"
             @update:model-value="fieldUpdate" />
           <!-- 银行编号 -->
-          <van-field v-if="bankAccountType === '4'" class="requiredLeft" v-model="bankCodeValue" name="bankCodeValue"
+          <van-field v-if="bankAccountType === '4'" class="bankCode" v-model="bankCodeValue" name="bankCodeValue"
             :label="$t('huifuMch.bankCodeLabel')" :placeholder="$t('huifuMch.bankCodePlaceholder')"
             :rules="[{ required: true, message: $t('huifuMch.bankCodePlaceholder') }]" @update:model-value="fieldUpdate">
             <template #button>