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 @@