赞
踩
在使用el-tabs的地方加上以下样式即可
.el-tabs--card { height: calc(100vh - 110px); /* overflow-y: auto; */}.el-tab-pane { height: calc(100vh - 110px); overflow-y: auto;}