fix: fix drawer autoHeight

This commit is contained in:
vben
2020-10-22 22:32:39 +08:00
parent c0e4c9e5a5
commit 88de82c493
6 changed files with 34 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
<template>
<BasicDrawer v-bind="$attrs" title="Modal Title" width="50%" showFooter>
<p class="h-20" v-for="index in 20" :key="index">根据屏幕高度自适应</p>
<p class="h-20" v-for="index in 40" :key="index">根据屏幕高度自适应</p>
</BasicDrawer>
</template>
<script lang="ts">