From c26256f0981972dd69243598e436896a3c524faf Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Tue, 18 Nov 2025 16:12:32 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=96=B0=E5=A2=9E=E9=87=8C?=
=?UTF-8?q?=E9=9D=A2=E8=A1=A5=E5=85=85=E6=99=AE=E9=80=9A=E6=88=90=E5=91=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/project/form/index.vue | 24 +++++++++++++++++-------
1 file changed, 17 insertions(+), 7 deletions(-)
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;
}