Commit ef7a7dac authored by 季圣华's avatar 季圣华
Browse files

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

parent 5c03ebb0
<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),
......
<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),
......
<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),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment