背景: 左侧伸缩导航菜单,右侧的剩余部分为表格,左侧导航隐藏后再显示,表格会出现滚动条
<div class="flex"> <aside style="width:100px">左侧导航</aside> <main class="flex1"> <el-table> </el-table> </main> </div>
后修改为 定位
vue Elemen-ui table 组件在使用flex布局后,表格宽度随页面变宽,但不能恢复的问题
原文:https://www.cnblogs.com/hill-foryou/p/14648827.html