el-table total bold style

     ::v-deep .el-table .el-table__footer-wrapper .cell {
        font-weight: 600;
        color: #000;
    }

The el-table was removed from the own project

    ::v-deep .el-table__footer-wrapper .cell {
        font-weight: 600;
        color: #000;
    }
 

Guess you like

Origin blog.csdn.net/weixin_43167662/article/details/129913245