From 25746cda843d9fb4fee3a19acc49ea4dc6a23f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B2=B3=E4=BD=B3=E9=91=AB?= Date: Tue, 25 Oct 2022 18:07:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=E6=8A=BD=E5=B1=89?= =?UTF-8?q?=E9=81=AE=E6=8C=A1=E9=97=AE=E9=A2=98,=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/ChangeGroup.vue | 11 +++++--- src/components/drawers/ImportStu.vue | 2 +- src/components/drawers/ProMess.vue | 4 +-- src/components/drawers/SeeStu.vue | 2 +- src/components/drawers/StuAdd.vue | 2 +- src/views/projectcenter/ProjectAdd.vue | 37 ++++++++++++++++++-------- src/views/projectcenter/TaskPage.vue | 2 +- 7 files changed, 39 insertions(+), 21 deletions(-) diff --git a/src/components/drawers/ChangeGroup.vue b/src/components/drawers/ChangeGroup.vue index ed8eff09..52b2ce32 100644 --- a/src/components/drawers/ChangeGroup.vue +++ b/src/components/drawers/ChangeGroup.vue @@ -3,7 +3,7 @@ :visible="Changevisible" class="drawerStyle changegroup" placement="right" - width="50%" + width="70%" @after-visible-change="afterVisibleChange" >
@@ -23,6 +23,8 @@ style="width: 264px; border-radius: 8px" placeholder="好好学习" :options="stugroupList" + allowClear + showSearch />
@@ -59,8 +61,8 @@ export default { }, { id: "3", - value: "好好学习", - label: "好好学习", + value: "最强小组", + label: "最强小组", }, ], }); @@ -118,7 +120,8 @@ export default { height: 40px; } .ant-select-selector { - height: 100%; + height: 40px; + padding: 4px 11px; border-radius: 8px; } .ant-select-selection-search-input { diff --git a/src/components/drawers/ImportStu.vue b/src/components/drawers/ImportStu.vue index a0a89d66..54c0e763 100644 --- a/src/components/drawers/ImportStu.vue +++ b/src/components/drawers/ImportStu.vue @@ -3,7 +3,7 @@ :visible="Importvisible" class="drawerStyle importstu" placement="right" - width="50%" + width="70%" @after-visible-change="afterVisibleChange" >
diff --git a/src/components/drawers/ProMess.vue b/src/components/drawers/ProMess.vue index 342d8572..40a11e5e 100644 --- a/src/components/drawers/ProMess.vue +++ b/src/components/drawers/ProMess.vue @@ -26,7 +26,7 @@
- +
@@ -75,7 +75,7 @@ export default { } } .drawerMain { - min-width: 600px; + min-width: 434px; margin: 0px 32px 0px 32px; overflow-x: scroll; display: flex; diff --git a/src/components/drawers/SeeStu.vue b/src/components/drawers/SeeStu.vue index 024bca6b..bcd0d02e 100644 --- a/src/components/drawers/SeeStu.vue +++ b/src/components/drawers/SeeStu.vue @@ -232,7 +232,7 @@
- +
diff --git a/src/components/drawers/StuAdd.vue b/src/components/drawers/StuAdd.vue index 41c5d31b..db03b4bf 100644 --- a/src/components/drawers/StuAdd.vue +++ b/src/components/drawers/StuAdd.vue @@ -3,7 +3,7 @@ :visible="Stuvisible" class="drawerStyle stuadd" placement="right" - width="50%" + width="70%" @after-visible-change="afterVisibleChange" >
diff --git a/src/views/projectcenter/ProjectAdd.vue b/src/views/projectcenter/ProjectAdd.vue index 9032fd8a..26a58d10 100644 --- a/src/views/projectcenter/ProjectAdd.vue +++ b/src/views/projectcenter/ProjectAdd.vue @@ -234,20 +234,13 @@