<Drawer title="Basic Drawer" :closable="false" v-model="value1">
<div style="height:calc( 100% - 51px );background:red;overflow: auto;">
<p v-for="item in 200">Some contents...</p>
<p>Some contents...</p>
<p>Some contents...</p>
</div>
<div style="padding-top:15px">
<i-button type="primary">确定</i-button>
</div>
</Drawer>
12-23
1171

03-26
470

08-12