2 lines
966 B
CSS
2 lines
966 B
CSS
.table_layout .el-table{border-radius:4px;overflow:hidden;box-shadow:0 2px 10px #10a6b433;border:1px solid #10A6B4}.table_layout .el-table .cell{text-align:center}.table_layout .el-table th.el-table__cell{padding:6px 0;background-color:#10a6b4}.table_layout .el-table th.el-table__cell .cell{color:#fff}.table_layout .el-table ._action_.edit,.table_layout .el-table ._action_.view{color:#10a6b4}.table_layout .el-table ._action_.delete{color:#f04343}.table_layout .el-table .el-table__body-wrapper{max-height:calc(100vh - var(--table-max-height));overflow-y:auto}.table_layout .el-table .el-table__header .el-table__cell{border-right-color:#ffffff4d}.table_layout .el-table:before,.table_layout .el-table--group:after,.table_layout .el-table--border:after{background-color:transparent}.table_layout .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{background-color:#f1fafa}.table_layout .el-pagination{margin-top:10px;text-align:right}
|