From 4d4dc357351cc8bf7c26829c71b2c245343e995e Mon Sep 17 00:00:00 2001 From: ibuler Date: Thu, 17 Jun 2021 16:44:25 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=20table=20=E5=8E=BB?= =?UTF-8?q?=E6=8E=89clone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit perf: 去掉 perf: xxx --- src/components/ListTable/index.vue | 9 ------ .../components/GenericListTable/index.vue | 18 +++++------- .../components/GenericTreeListPage/index.vue | 29 +++++-------------- 3 files changed, 15 insertions(+), 41 deletions(-) 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 @@