diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index b2974fbfc..9aa4527cc 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -879,14 +879,14 @@ border: none !important; padding: 0 !important; } - ::v-deep .ant-table-row:first-child { - background: #fff!important; - /*opacity: 0.9;*/ - } - - ::v-deep .ant-table-body { - background: transparent!important; - } + //::v-deep .ant-table-row:first-child { + // background: #fff!important; + // /*opacity: 0.9;*/ + //} + // + //::v-deep .ant-table-body { + // background: transparent!important; + //} .content-text { width: 100%; display: flex; @@ -940,7 +940,7 @@ } .rowClassRed { - background: #f3d9de; + background: #f3d9de ; } .rowClassRedYellow {