From 3c0bcd367dbc9aff25202d1a8ec2eb143f3e8261 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期一, 16 一月 2023 14:52:09 +0800 Subject: [PATCH] 按钮大小调整 --- src/views/maintenance/userManagement.vue | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/views/maintenance/userManagement.vue b/src/views/maintenance/userManagement.vue index 8eabba0..bc9b7d9 100644 --- a/src/views/maintenance/userManagement.vue +++ b/src/views/maintenance/userManagement.vue @@ -43,7 +43,7 @@ size="small" @click="queryInfo()" icon="el-icon-search" - style="background: #409eff; border: 1px solid #409eff; color: white" + type="primary" >{{ $t('operatManage.ELM.search') }} </el-button> </el-form-item> @@ -225,7 +225,7 @@ type="warning" plain @click="editInfo(scope.row)" - size="mini" + size="small" >{{ $t('common.edit') }}</el-button> </template> </el-table-column> @@ -493,15 +493,15 @@ class="dialog-footer" > <el-button - size="medium" + size="small" type="info" @click="cancelEdit()" >{{ $t('common.reset') }}</el-button> <el-button - size="medium" - style="background: #409eff; border: 1px solid #409eff; color: white" + size="small" + type="primary" @click="sendEdit('editForm')" v-loading.fullscreen.lock="fullscreenLoading" >{{ $t('common.submit') }}</el-button> @@ -512,15 +512,15 @@ class="dialog-footer" > <el-button - size="medium" + size="small" type="info" @click="cancelAdd('editForm')" >{{ $t('common.reset') }}</el-button> <el-button - size="medium" - style="background: #409eff; border: 1px solid #409eff; color: white" + size="small" + type="primary" @click="sendAdd('editForm')" v-loading.fullscreen.lock="fullscreenLoading" >{{ $t('common.submit') }}</el-button> @@ -580,15 +580,15 @@ class="dialog-footer" > <el-button - size="medium" + size="small" type="info" @click="cancelReset - 'pwdForm'" >{{ $t('common.reset') }}</el-button> <el-button - size="medium" - style="background: #409eff; border: 1px solid #409eff; color: white" + size="small" + type="primary" @click="sendReset('pwdForm')" v-loading.fullscreen.lock="fullscreenLoading" >{{ $t('common.submit') }}</el-button> @@ -1026,7 +1026,7 @@ setTimeout(() => { this.fullscreenLoading = false; if (res.code == 200) { - + this.$message({ message: '淇敼鎴愬姛', type: 'success', @@ -1039,7 +1039,7 @@ }; this.multipleSelection = []; this.resetPwd = false; - this.getUserInfo(); + this.getUserInfo(); } }, 500); }) @@ -1056,7 +1056,7 @@ editInfo(row) { delete row.updateTime; delete row.updateUser; - + this.initialForm = JSON.stringify(row); this.behavior = '淇敼淇℃伅'; this.editForm = JSON.parse(JSON.stringify(row)); -- Gitblit v1.9.3