| | |
| | | } |
| | | |
| | | /*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; |
| | | } |