diff --git a/pages/project/form/index.vue b/pages/project/form/index.vue index 7f774f2..43d6f09 100644 --- a/pages/project/form/index.vue +++ b/pages/project/form/index.vue @@ -174,12 +174,20 @@ + 删除 @@ -950,7 +958,8 @@ const formatDate = (timestamp) => { .role-options { display: flex; - gap: 16px; + gap: 12px; + flex-wrap: wrap; } .role-option { @@ -1012,7 +1021,7 @@ const formatDate = (timestamp) => { padding: 16px; display: flex; flex-direction: column; - + max-height: 90%; } .modal-header { @@ -1033,7 +1042,7 @@ const formatDate = (timestamp) => { } .search-box { - //margin-bottom: 12px; + margin-bottom: 12px; } .search-input { @@ -1045,7 +1054,7 @@ const formatDate = (timestamp) => { } .member-list { - height: 600px; + height: 600px; margin: 12px 0; } @@ -1088,7 +1097,8 @@ const formatDate = (timestamp) => { .modal-actions { display: flex; justify-content: space-between; - + gap: 12px; + margin-top: 12px; }