feat:组员名单抽屉遮挡问题,概览无数据的跳转

This commit is contained in:
岳佳鑫
2022-10-27 11:30:31 +08:00
parent 315f5b4c18
commit e839da89d8
6 changed files with 26 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
:visible="Svisible"
class="drawerStyle subset"
placement="right"
width="70%"
width="50%"
@after-visible-change="afterVisibleChange"
>
<div class="drawerMain">
@@ -54,9 +54,10 @@
<button class="btn2">确定</button>
</div>
</div>
<!-- 创建小组抽屉 -->
<add-group v-model:Avisible="Avisible" />
</a-drawer>
<!-- 创建小组抽屉 -->
<add-group v-model:Avisible="Avisible" />
</template>
<script>