feat:修改抽屉遮挡问题,滚动条

This commit is contained in:
岳佳鑫
2022-10-25 18:07:08 +08:00
parent 287596f2ae
commit 25746cda84
7 changed files with 39 additions and 21 deletions

View File

@@ -3,7 +3,7 @@
:visible="Changevisible"
class="drawerStyle changegroup"
placement="right"
width="50%"
width="70%"
@after-visible-change="afterVisibleChange"
>
<div class="drawerMain">
@@ -23,6 +23,8 @@
style="width: 264px; border-radius: 8px"
placeholder="好好学习"
:options="stugroupList"
allowClear
showSearch
/>
</div>
</div>
@@ -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 {