diff --git a/frontend/src/components/business/ms-select/index.less b/frontend/src/components/business/ms-select/index.less
index 7ce0bfbad7..d4e68703ca 100644
--- a/frontend/src/components/business/ms-select/index.less
+++ b/frontend/src/components/business/ms-select/index.less
@@ -1,7 +1,4 @@
.ms-select {
- .arco-select-view-prefix {
- margin-top: 1px;
- }
.arco-select-view-inner {
@apply relative;
}
diff --git a/frontend/src/views/workbench/myCreated/index.vue b/frontend/src/views/workbench/myCreated/index.vue
index 4bcf918703..84ee79d153 100644
--- a/frontend/src/views/workbench/myCreated/index.vue
+++ b/frontend/src/views/workbench/myCreated/index.vue
@@ -11,23 +11,17 @@
{{ t('menu.projectManagementShort') }}
-
-
- {{ t('project.messageManagement.function') }}
-
-
-
- {{ t('common.all') }}
-
-
-
+ :allow-search="false"
+ allow-clear
+ class="!w-[240px]"
+ :prefix="t('project.messageManagement.function')"
+ :multiple="true"
+ :has-all-select="true"
+ :default-all-select="true"
+ />
@@ -75,6 +69,7 @@