样式-按钮

This commit is contained in:
2023-04-26 18:12:25 +08:00
parent d7cd8533c1
commit f4d26f411c
9 changed files with 29 additions and 25 deletions

View File

@@ -218,7 +218,7 @@
class="table-detail-drawer"
:visible.sync="updatePwdDialog"
direction="ltr"
size="50%"
size="55%"
>
<div style="padding: 20px;">
<el-form
@@ -245,7 +245,7 @@
class="table-detail-drawer"
:visible.sync="addDialog"
direction="ltr"
size="50%"
size="55%"
>
<SysCustomerInfoAdd @getByPage="getByPage" @closeDialog="closeDialog" />
</el-drawer>
@@ -297,7 +297,7 @@
class="table-detail-drawer"
:visible.sync="updateDialog"
direction="ltr"
size="50%"
size="55%"
>
<SysCustomerInfoUpdate
v-if="updateDialog"
@@ -314,7 +314,7 @@
class="table-detail-drawer"
:visible.sync="showTableDrawer"
direction="ltr"
size="50%"
size="55%"
>
<SysCustomerInfoInfo
v-if="showTableDrawer"