解決辦法:
代碼:
<style lang="scss"> .el-table { .el-table__fixed { height:auto !important; // 此處的important表示優先於element.style bottom:17px; // 改為自動高度后,設置與父容器的底部距離,則高度會動態改變 } } </style>
解決辦法:
代碼:
<style lang="scss"> .el-table { .el-table__fixed { height:auto !important; // 此處的important表示優先於element.style bottom:17px; // 改為自動高度后,設置與父容器的底部距離,則高度會動態改變 } } </style>
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。