首页内容min-height

master
wyj2080 6 years ago
parent 2b5f4b3773
commit 2ac4c2ba7f

@ -31,7 +31,7 @@
<BreadcrumbItem>{{selectedSubMenu}}</BreadcrumbItem>
</Breadcrumb>
<Card>
<div :style="{'height':mHeight + 'px'}">
<div :style="{'height':mHeight + 'px' + ';min-height:' + mHeight + 'px'}">
<router-view/>
</div>
</Card>

Loading…
Cancel
Save