diff --git a/src/components/ListTable/index.vue b/src/components/ListTable/index.vue index de025d6d5..324899079 100644 --- a/src/components/ListTable/index.vue +++ b/src/components/ListTable/index.vue @@ -113,15 +113,6 @@ export default { & >>> .el-table__header thead > tr > th { background-color: white; } - - /*& >>> .el-table--striped .el-table__body tr.el-table__row--striped td {*/ - /*background: white;*/ - /*}*/ - - /*& >>> .el-table th, .el-table tr {*/ - /*background-color: red;*/ - /*!*background-color: #FAFAFA;*!*/ - /*}*/ } //修改颜色 diff --git a/src/layout/components/GenericListTable/index.vue b/src/layout/components/GenericListTable/index.vue index 34737bf3d..29069f634 100644 --- a/src/layout/components/GenericListTable/index.vue +++ b/src/layout/components/GenericListTable/index.vue @@ -1,5 +1,5 @@