From 387460f4e5bd0d2424ba9fc0171e902f06f5daf2 Mon Sep 17 00:00:00 2001 From: RubyLiu Date: Mon, 18 Sep 2023 18:26:44 +0800 Subject: [PATCH] =?UTF-8?q?style(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/assets/style/arco-reset.less | 3 + .../createOrUpdateUserGroup.vue | 17 +- .../ms-user-group-comp/msUserGroupLeft.vue | 515 +++++++++--------- .../business/ms-user-group-comp/userTable.vue | 3 +- .../userGroup/projectUserGroup.vue | 6 +- .../userGroup/userDrawer.vue | 5 +- .../project/components/userDrawer.vue | 6 +- .../organization/project/orgProject.vue | 1 + .../organization/usergroup/orgUserGroup.vue | 100 ++-- .../components/projectDrawer.vue | 5 +- .../components/systemProject.vue | 8 +- .../components/userDrawer.vue | 5 +- .../system/usergroup/systemUserGroup.vue | 95 ++-- 13 files changed, 424 insertions(+), 345 deletions(-) diff --git a/frontend/src/assets/style/arco-reset.less b/frontend/src/assets/style/arco-reset.less index 71b70bb8cc..c695b07cd9 100644 --- a/frontend/src/assets/style/arco-reset.less +++ b/frontend/src/assets/style/arco-reset.less @@ -589,6 +589,9 @@ background: var(--color-text-10); box-sizing: border-box; input { + padding-top: 0 !important; + padding-bottom: 0 !important; + height: 22px; text-align: center; } } diff --git a/frontend/src/components/business/ms-user-group-comp/createOrUpdateUserGroup.vue b/frontend/src/components/business/ms-user-group-comp/createOrUpdateUserGroup.vue index 5709d4e357..34bb200f36 100644 --- a/frontend/src/components/business/ms-user-group-comp/createOrUpdateUserGroup.vue +++ b/frontend/src/components/business/ms-user-group-comp/createOrUpdateUserGroup.vue @@ -1,5 +1,11 @@ - + - - + -
@@ -39,7 +38,7 @@
-
+ - -
-
- -
- - +
+
+ +
+
-
-
+ + +
+ + +
+
+
{{ currentUserGroupItem.name }}
@@ -39,7 +43,7 @@
- +
diff --git a/frontend/src/views/setting/system/organizationAndProject/components/projectDrawer.vue b/frontend/src/views/setting/system/organizationAndProject/components/projectDrawer.vue index 5ab1238052..ee1fc583ba 100644 --- a/frontend/src/views/setting/system/organizationAndProject/components/projectDrawer.vue +++ b/frontend/src/views/setting/system/organizationAndProject/components/projectDrawer.vue @@ -1,5 +1,5 @@