Commit 8e793f40d35c37773a6d900d200c3fb12b4b28f4

Authored by 张志伟
1 parent 8479143d

🚚 chore(*): 更新依赖

pnpm-lock.yaml
... ... @@ -8799,7 +8799,7 @@ snapshots:
8799 8799  
8800 8800 enhanced-resolve@5.12.0:
8801 8801 dependencies:
8802   - graceful-fs: 4.2.10
  8802 + graceful-fs: 4.2.11
8803 8803 tapable: 2.2.1
8804 8804  
8805 8805 enhanced-resolve@5.16.0:
... ...
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 }
... ...