管道基础大数据平台系统开发-【前端】-新系統界面
TreeWish
2023-03-03 b6c8e7c61f0270598ba7fdbc44f79512e010d0fe
src/assets/css/configure.css
@@ -365,16 +365,36 @@
}
/*el-table边框*/
.el-table{
.el-table {
    border-left: none !important;
    border-right: none !important;
}
.el-table td {
    border-right: none !important;
}
.el-table th.is-leaf {
    border-right: none !important;
}
.el-table--group::after, .el-table--border::after{
.el-table--group::after,
.el-table--border::after {
    width: 0 !important;
}
.el-table {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.el-table .el-table__body-wrapper {
    flex: 1;
}
.el-table th.gutter {
    display: table-cell !important;
}