|
@@ -13,7 +13,7 @@
|
|
|
@afterRead="afterRead($event,'text'+index.toString())"
|
|
|
@delete="deletePic($event,'text'+index.toString())" :name="index" multiple
|
|
|
:maxCount="10" width="250" height="150">
|
|
|
- </u-upload>
|
|
|
+ </u-upload>
|
|
|
<input v-else-if="item.type=='1'" class="input" v-model="form['text'+index]"
|
|
|
:placeholder="text+item.label" />
|
|
|
</u-form-item>
|
|
@@ -234,6 +234,8 @@
|
|
|
}
|
|
|
|
|
|
.two_3 {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
padding: 3vw;
|
|
|
background-color: var(--mainColor);
|
|
|
font-size: var(--font14Size);
|