<style lang="scss" scoped> /*取消tab页click蓝色下标线*/ .el-tabs__active-bar { background-color: transparent !important; } /*解决 elementUI 切换tab后 el_table 固定列下方多了一条线*/ .el-table__fixed, .el-table__fixed-right { height: 100% !important; /*设置高优先,以覆盖内联样式*/ } </style>
:row-style="{height:'40px'}" :cell-style="{padding:'0'}"/*表格高度样式*/
效果图