mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
feat:修改抽屉遮挡问题,滚动条
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user