+ trigger="click">
+ style="margin-left: 5px;margin-top: 5px;">
{{ item.name }}
@@ -64,7 +61,7 @@
multiple
filterable
:popper-append-to-body="false"
- style="width: 90%"
+ class="member_select"
:disabled="userSelectDisable"
:placeholder="$t('member.please_choose_member')">
- {{ item.name }} ({{ item.id }})
- {{ item.email }}
+
-
+
@@ -103,10 +99,12 @@ import MsTableHeader from "@/business/components/common/components/MsTableHeader
import MsTablePagination from "@/business/components/common/pagination/TablePagination";
import {GROUP_PROJECT, GROUP_SYSTEM, GROUP_WORKSPACE} from "@/common/js/constants";
import MsTableOperator from "@/business/components/common/components/MsTableOperator";
+import UserOptionItem from "@/business/components/settings/common/UserOptionItem";
export default {
name: "GroupMember",
components: {
+ UserOptionItem,
MsTableHeader,
MsTablePagination,
MsTableOperator
@@ -287,18 +285,10 @@ export default {
diff --git a/frontend/src/business/components/settings/workspace/WorkspaceMember.vue b/frontend/src/business/components/settings/workspace/WorkspaceMember.vue
index dfbb9a4792..d3622b5b72 100644
--- a/frontend/src/business/components/settings/workspace/WorkspaceMember.vue
+++ b/frontend/src/business/components/settings/workspace/WorkspaceMember.vue
@@ -367,20 +367,6 @@ export default {
width: 80%;
}
-.workspace-member-name {
- float: left;
-}
-
-.workspace-member-email {
- float: right;
- color: #8492a6;
- font-size: 13px;
-}
-
-.input-with-autocomplete {
- width: 100%;
-}
-
/deep/ .ms-select-all-fixed th:nth-child(2) .el-icon-arrow-down {
top: -5px;
}