赞
踩
HTML部分
- <div class="table-card">
- <el-table>
- </el-table>
- </div>
SCSS部分
- ::v-deep {
- .table-card {
- .el-table--border::after,
- .el-table--group::after,
- .el-table::before {
- background-color: transparent;
- }
-
- .el-table__fixed::before,
- .el-table__fixed-right::before {
- background-color: transparent;
- }
- }
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。