liyongli 1 tydzień temu
rodzic
commit
a69d76aee4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/view/fenghui/index.vue

+ 1 - 1
src/view/fenghui/index.vue

@@ -56,7 +56,7 @@
                     </van-popup>
 
                     <!-- 姓名 -->
-                    <van-field label-align="center" size="large" v-show="from.countryOrRegion === '中国'"
+                    <van-field size="large" v-show="from.countryOrRegion === '中国'"
                         :rules="[{ required: from.countryOrRegion === '中国', trigger: 'onBlur', message: lang[langType].nameContent }]"
                         :required="from.countryOrRegion === '中国'" v-model="from.name"
                         :placeholder="lang[langType].nameContent">