From 895628a48e43ea56675abafdda8ec700a668a613 Mon Sep 17 00:00:00 2001 From: teukkk Date: Mon, 23 Sep 2024 17:21:01 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=AB=98=E7=BA=A7=E7=AD=9B=E9=80=89-?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=8D=E7=A7=B0=E8=BF=87=E9=95=BF=E6=97=B6?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=8C=89=E9=92=AE=E8=A2=AB=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1046988 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001046988 --- frontend/src/components/pure/ms-drawer/index.vue | 5 +++-- .../setting/organization/project/components/userDrawer.vue | 1 + .../system/organizationAndProject/components/userDrawer.vue | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/pure/ms-drawer/index.vue b/frontend/src/components/pure/ms-drawer/index.vue index 8a186283e1..137aaaecf6 100644 --- a/frontend/src/components/pure/ms-drawer/index.vue +++ b/frontend/src/components/pure/ms-drawer/index.vue @@ -280,11 +280,12 @@ max-width: 100vw; .arco-drawer-header { + display: flex; height: 56px; border-bottom: 1px solid var(--color-text-n8); .arco-drawer-title { - @apply w-full; - + flex: 1; + overflow: hidden; line-height: 24px; .ms-drawer-right-operation-button { .ms-button-icon, diff --git a/frontend/src/views/setting/organization/project/components/userDrawer.vue b/frontend/src/views/setting/organization/project/components/userDrawer.vue index 3ecf10e23e..c76baf1779 100644 --- a/frontend/src/views/setting/organization/project/components/userDrawer.vue +++ b/frontend/src/views/setting/organization/project/components/userDrawer.vue @@ -42,6 +42,7 @@ type="primary" theme="outline" allow-edit + show-table @click="handleTagClick(record)" />