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 @@