You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2023/03/28 03:05:20 UTC

[kylin] 12/12: KYLIN-5489 refine user transfer css issue

This is an automated email from the ASF dual-hosted git repository.

xxyu pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 28d284d416dce0eef99e7a2b664604ba707fd6dd
Author: Qian Xia <la...@gmail.com>
AuthorDate: Fri Mar 24 18:43:28 2023 +0800

    KYLIN-5489 refine user transfer css issue
---
 kystudio/src/components/common/UserEditModal/index.vue | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/kystudio/src/components/common/UserEditModal/index.vue b/kystudio/src/components/common/UserEditModal/index.vue
index fc182ae7e6..631dc39b34 100644
--- a/kystudio/src/components/common/UserEditModal/index.vue
+++ b/kystudio/src/components/common/UserEditModal/index.vue
@@ -410,6 +410,11 @@ export default class UserEditModal extends Vue {
   .el-transfer-panel {
     width: 250px;
   }
+  .el-transfer__buttons {
+    .button-text {
+      min-width: initial;
+    }
+  }
   .change-system-password-tip {
     margin-bottom: 15px;
     font-size: 14px;