Sfoglia il codice sorgente

feature_20250722_金牌店档案收集

zhujindu 4 mesi fa
parent
commit
4bf119a42c

+ 14 - 3
src/views/deviceWithin/addStoreVisit.vue

@@ -183,6 +183,7 @@
               </template>
             </van-cell>
             <van-field
+              class="sendCode"
               v-model="item.answerValue"
               :placeholder="item.text"
               type="tel"
@@ -190,7 +191,7 @@
               <template #button>
                 <van-button
                   size="small"
-                  type="primary"
+                  style="color: white; background: rgb(0, 87, 186); border-radius: 6px"
                   @click="sendCode(item, index)"
                   :disabled="time != null"
                   >发送验证码<span v-if="time">({{ timeNum }})</span>
@@ -569,6 +570,7 @@
                         </template>
                       </van-cell>
                       <van-field
+                        class="sendCode"
                         v-model="childitem.collectionOptionList[0].answerValue"
                         :placeholder="item.text"
                         type="tel"
@@ -576,7 +578,7 @@
                         <template #button>
                           <van-button
                             size="small"
-                            type="primary"
+                            style="color: white; background: rgb(0, 87, 186); border-radius: 6px"
                             @click="sendCode(childitem, index)"
                             :disabled="time != null"
                             >发送验证码<span v-if="time">({{ timeNum }})</span>
@@ -5193,7 +5195,7 @@ export default {
   font-size: 16px;
 }
 </style>
-<style>
+<style lang="scss">
 .table-headermd {
   font-size: 12px;
   text-align: center;
@@ -5279,4 +5281,13 @@ export default {
 .addStoreVisit .van-dialog {
   overflow: visible;
 }
+.addStoreVisit {
+  .sendCode {
+    border: none !important;
+    input {
+      border: 1px solid #f1f1f1;
+      height:35px
+    }
+  }
+}
 </style>

+ 6 - 0
src/views/storeManagement/storeDetail.vue

@@ -1900,6 +1900,12 @@ export default {
     }
   }
   .JpStore {
+    padding: 0 16px;
+    background: #fff;
+    .van-cell {
+      padding: 10px 0;
+      border-bottom: 1px solid #ccc;
+    }
     .van-field__label {
       width: 9em;
     }