解决 elementUI 切换tab后 el_table 固定列下方多了一条线;取消tab页click蓝色下标线

<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'}"/*表格高度样式*/

效果图

 

posted @ 2021-06-09 17:46  东方李  阅读(1619)  评论(0编辑  收藏  举报