mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
feat:组员名单抽屉遮挡问题,概览无数据的跳转
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
:visible="Stuvisible"
|
||||
class="drawerStyle stuadd"
|
||||
placement="right"
|
||||
width="60%"
|
||||
width="70%"
|
||||
@after-visible-change="afterVisibleChange"
|
||||
>
|
||||
<div class="drawerMain">
|
||||
@@ -1048,7 +1048,7 @@ export default {
|
||||
<style lang="scss">
|
||||
.stuadd {
|
||||
.drawerMain {
|
||||
min-width: 540px;
|
||||
min-width: 600px;
|
||||
margin: 0px 32px 0px 32px;
|
||||
// overflow-y: scroll;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user