2 Коміти e4baaf79a2 ... e7bb459fb1

Автор SHA1 Опис Дата
  付宇航 e7bb459fb1 Merge branch 'master' of http://192.168.10.18:3000/sooka_shop/sooka_consult_uniapp 1 рік тому
  付宇航 dfc9f88c17 实名认证 && 官方认证 样式完善 1 рік тому

+ 6 - 1
pages/me/nameAuthentication/nameAuthentication.vue

@@ -17,7 +17,7 @@
         </uni-forms-item>
         <uni-forms-item label="身份证正反面" required name="path" v-if="form.id == null" label-width="320">
           <upload :imgArr="imageList" name="path" v-model="form.path" :fileSize="1" :limit="2"
-                  style="position: relative;left: -5%;top: -10%;"
+                  style="position: relative;left: 3%;top: -10%;"
                   @updateImg="updateImg"></upload>
         </uni-forms-item>
       </uni-forms>
@@ -134,6 +134,11 @@ export default {
   width: 19% !important;
 }
 
+::v-deep .item--uni-forms-item__label text{
+	width: fit-content;
+	white-space: nowrap;
+}
+	
 ::v-deep .uni-section-content {
   padding: 0 2%;
 }

+ 4 - 0
pages/me/officialAuthentication/officialAuthentication.vue

@@ -130,6 +130,10 @@
 	::v-deep .item--uni-forms-item__label{
 		width: 19% !important;
 	}
+	::v-deep .item--uni-forms-item__label text{
+		width: fit-content;
+		white-space: nowrap;
+	}
 	::v-deep .uni-section-content{
 		padding: 0 2%;
 	}