优化供应商、客户、会员界面

This commit is contained in:
季圣华
2022-10-29 11:10:31 +08:00
parent 5c03ebb07c
commit ef7a7dacb2
3 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
<template>
<a-modal
:title="title"
:width="800"
:width="1200"
:visible="visible"
:confirmLoading="confirmLoading"
@ok="handleOk"
@@ -109,11 +109,11 @@
isReadOnly: false,
labelCol: {
xs: { span: 24 },
sm: { span: 6 },
sm: { span: 4 },
},
wrapperCol: {
xs: { span: 24 },
sm: { span: 16 },
sm: { span: 20 },
},
confirmLoading: false,
form: this.$form.createForm(this),