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

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),

View File

@@ -1,14 +1,14 @@
<template>
<a-modal
:title="title"
:width="800"
:width="1200"
:visible="visible"
:confirmLoading="confirmLoading"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:25%;height: 50%;overflow-y: hidden">
style="top:20%;height: 60%;overflow-y: hidden">
<template slot="footer">
<a-button key="back" v-if="isReadOnly" @click="handleCancel">
关闭
@@ -69,11 +69,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),

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),