From eabbfdfdc018c248ecec095934e1ae2278f02015 Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 9 Nov 2023 11:25:50 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/DictItemList.vue | 3 ++ src/views/system/DictList.vue | 19 ++++---- src/views/system/RoleUserList.vue | 18 ++++---- src/views/system/UserList.vue | 46 +++++++++---------- .../FriendshipLinkList.vue | 3 ++ .../internalWorkGroup/WorkingGroupList.vue | 4 ++ src/views/system/modules/DeptUserInfo.vue | 14 +++--- 7 files changed, 60 insertions(+), 47 deletions(-) diff --git a/src/views/system/DictItemList.vue b/src/views/system/DictItemList.vue index 370b16d7..8c756ec9 100644 --- a/src/views/system/DictItemList.vue +++ b/src/views/system/DictItemList.vue @@ -235,5 +235,8 @@ export default { background: #f4f4f4; color: #bababa; } +/deep/ .table-page-search-wrapper .ant-form-inline .ant-form-item > .ant-form-item-label { + min-width: 40px; +} //update--begin--autor:wangshuai-----date:20191204------for:系统管理 数据字典禁用和正常区别开,添加背景颜色 teambition JT-22------ diff --git a/src/views/system/DictList.vue b/src/views/system/DictList.vue index e26e5c27..6aa3146f 100644 --- a/src/views/system/DictList.vue +++ b/src/views/system/DictList.vue @@ -5,22 +5,20 @@
- + - + - - - {{ $t('query') }} - {{ $t('reset') }} - - +
+ {{ $t('query') }} + {{ $t('reset') }} +
@@ -214,5 +212,8 @@ export default { } diff --git a/src/views/system/RoleUserList.vue b/src/views/system/RoleUserList.vue index d2cf1fe8..7308d098 100644 --- a/src/views/system/RoleUserList.vue +++ b/src/views/system/RoleUserList.vue @@ -7,9 +7,9 @@ - + - + - - - {{ $t('query') }} - {{ $t('reset') }} - - +
+ {{ $t('query') }} + {{ $t('reset') }} +
@@ -533,4 +531,8 @@ export default { .ant-btn { margin-left: 8px } + +/deep/ .table-page-search-wrapper .ant-form-inline .ant-form-item > .ant-form-item-label { + min-width: 60px; +} diff --git a/src/views/system/UserList.vue b/src/views/system/UserList.vue index e1343402..73adaec1 100644 --- a/src/views/system/UserList.vue +++ b/src/views/system/UserList.vue @@ -12,7 +12,7 @@ - + {{ $t('pleaseSelect') }} @@ -22,20 +22,19 @@ -