From 8e793f40d35c37773a6d900d200c3fb12b4b28f4 Mon Sep 17 00:00:00 2001 From: Kurisu Date: Thu, 18 Apr 2024 19:19:38 +0800 Subject: [PATCH] 🚚 chore(*): 更新依衖 --- pnpm-lock.yaml | 2 +- src/style/global.scss | 32 ++------------------------------ 2 files changed, 3 insertions(+), 31 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f82cf07..a80701f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8799,7 +8799,7 @@ snapshots: enhanced-resolve@5.12.0: dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 tapable: 2.2.1 enhanced-resolve@5.16.0: diff --git a/src/style/global.scss b/src/style/global.scss index 596fed0..729ee12 100644 --- a/src/style/global.scss +++ b/src/style/global.scss @@ -1,3 +1,5 @@ +@import '@feewee/h5app-common/dist/es/styles/custom_theme.css'; + @tailwind base; @tailwind components; @tailwind utilities; @@ -49,35 +51,5 @@ body { } #root { height: 100%; - - .ant-table-wrapper { - *::-webkit-scrollbar { - display: none; - } - * { - -ms-overflow-style: none; /* IE and Edge */ - scrollbar-width: none; /* Firefox */ - } - } - - .ant-table-placeholder { - height: 85vh; - height: 85svh; - } - - .ant-table-sticky-scroll { - display: none !important; - } - - .ant-table-sticky-scroll-bar { - display: none; - } - .ant-statistic-title { - margin-bottom: 0px !important; - } - - .ant-table-tbody-virtual-scrollbar-thumb { - display: none; - } } } -- libgit2 0.22.2