管道基础大数据平台系统开发-【前端】-新系統界面
TreeWish
2023-03-02 4b2284f17dcdf85bf6a851be4826affe8d6ac1d0
src/assets/css/configure.css
@@ -362,4 +362,19 @@
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected:hover {
    background: transparent;
}
}
/*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{
    width: 0 !important;
}