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)"
/>