fix #5076 drawer inner scrollbar

This commit is contained in:
hoythan 2019-01-08 09:29:46 +08:00
parent 68335adb6c
commit 9272fc5184
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@
</div>
<Drawer v-model="visible" width="70" title="抽屉标题" :styles="styles" @on-close="handleClose">
<Drawer v-model="visible" width="70" inner title="抽屉标题" :styles="styles" @on-close="handleClose">
<p>一些内容</p>
<p>一些内容</p>
<p>一些内容</p>

View file

@ -34,6 +34,7 @@
&-inner{
position: absolute;
overflow: hidden;
}
}