From 876ac12069df952f5695ea9e717f71e5047b0c2b Mon Sep 17 00:00:00 2001 From: xingjx Date: Thu, 4 Jan 2024 00:11:35 +0800 Subject: [PATCH] =?UTF-8?q?fix():=20cyh=E8=BF=98=E5=8E=9F=E5=85=AC?= =?UTF-8?q?=E5=85=B1=E7=BB=84=E4=BB=B6TableModule=20=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TableModule/index.scss | 50 +++++++++++++++++------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/src/components/TableModule/index.scss b/src/components/TableModule/index.scss index 2fb3937..bde27c1 100644 --- a/src/components/TableModule/index.scss +++ b/src/components/TableModule/index.scss @@ -47,31 +47,31 @@ $color-primary: var(--color-primary); } } height: calc(100% - 10px); - .ant-table-wrapper { - height: calc(100% - 5px); - .ant-table-body { - @include scrollBar(var(--color-user-list-bg), #3b97ff); - } - } - .ant-spin-nested-loading { - height: 100%; - .ant-spin-container { - height: 100%; - .ant-table { - height: 100%; - background: transparent; - .ant-table-container { - height: 100%; - .ant-table-content { - height: 100%; - >table { - height: 100%; - } - } - } - } - } - } + // .ant-table-wrapper { + // height: calc(100% - 5px); + // .ant-table-body { + // @include scrollBar(var(--color-user-list-bg), #3b97ff); + // } + // } + // .ant-spin-nested-loading { + // height: 100%; + // .ant-spin-container { + // height: 100%; + // .ant-table { + // height: 100%; + // background: transparent; + // .ant-table-container { + // height: 100%; + // .ant-table-content { + // height: 100%; + // >table { + // height: 100%; + // } + // } + // } + // } + // } + // } // &::-webkit-scrollbar :hover { // width: 10px; // }