<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'}"/*表格高度樣式*/
效果圖

