|
@@ -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%;
|
|
|
}
|