Commit 8e793f40d35c37773a6d900d200c3fb12b4b28f4
1 parent
8479143d
🚚 chore(*): 更新依赖
Showing
2 changed files
with
3 additions
and
31 deletions
pnpm-lock.yaml
src/style/global.scss
1 | +@import '@feewee/h5app-common/dist/es/styles/custom_theme.css'; | |
2 | + | |
1 | 3 | @tailwind base; |
2 | 4 | @tailwind components; |
3 | 5 | @tailwind utilities; |
... | ... | @@ -49,35 +51,5 @@ body { |
49 | 51 | } |
50 | 52 | #root { |
51 | 53 | height: 100%; |
52 | - | |
53 | - .ant-table-wrapper { | |
54 | - *::-webkit-scrollbar { | |
55 | - display: none; | |
56 | - } | |
57 | - * { | |
58 | - -ms-overflow-style: none; /* IE and Edge */ | |
59 | - scrollbar-width: none; /* Firefox */ | |
60 | - } | |
61 | - } | |
62 | - | |
63 | - .ant-table-placeholder { | |
64 | - height: 85vh; | |
65 | - height: 85svh; | |
66 | - } | |
67 | - | |
68 | - .ant-table-sticky-scroll { | |
69 | - display: none !important; | |
70 | - } | |
71 | - | |
72 | - .ant-table-sticky-scroll-bar { | |
73 | - display: none; | |
74 | - } | |
75 | - .ant-statistic-title { | |
76 | - margin-bottom: 0px !important; | |
77 | - } | |
78 | - | |
79 | - .ant-table-tbody-virtual-scrollbar-thumb { | |
80 | - display: none; | |
81 | - } | |
82 | 54 | } |
83 | 55 | } | ... | ... |