liuyu 4 vuotta sitten
vanhempi
commit
3043884022
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      src/views/registered.vue

+ 1 - 2
src/views/registered.vue

@@ -51,7 +51,6 @@
         </van-field>
         <van-field
           left-icon="location-o"
-          title="选择单位所在地"
           readonly
           clickable
           name="address"
@@ -60,7 +59,7 @@
           placeholder="点击选择单位所在地"
           @click="showPicker = true"
         />
-        <van-popup v-model="showPicker" position="bottom">
+        <van-popup round v-model="showPicker" style="width:95%;" position="bottom">
           <van-picker show-toolbar :columns="addresslist" @confirm="onConfirm" @cancel="showPicker = false" />
         </van-popup>
         <van-field