评价修改

This commit is contained in:
a0049873 2023-01-10 18:25:12 +08:00
parent 1425e5c635
commit b057d781ef
1 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@
</div>
<a-modal
v-model:visible="visible"
width="40%"
width="30%"
:title="type"
@ok="handleOk"
@cancel="handleCancel"
@ -95,8 +95,8 @@
ref="formRef"
:model="fromData"
name="formRef"
:label-col="{ span: 8 }"
:wrapper-col="{ span: 16 }"
:label-col="{ span: 6 }"
:wrapper-col="{ span: 18 }"
autocomplete="off"
>
<a-form-item