瀏覽代碼

总账和分账

shaogen1995 3 月之前
父節點
當前提交
3e34911f47

+ 4 - 0
src/pages/A3_ledger/A32Routing/A32table/index.module.scss

@@ -1,5 +1,9 @@
 .A32table {
   :global {
+    .ant-table-body {
+      overflow-y: auto !important;
+      overflow-y: overlay !important;
+    }
     .ant-table-cell {
       padding: 6px !important;
       min-width: 100px;

+ 0 - 1
src/pages/A3_ledger/A32Routing/index.tsx

@@ -446,7 +446,6 @@ function A32Routing() {
         <C8recycleBin
           closeFu={flag => {
             if (flag) getListFu()
-
             setRecycleBin(false)
           }}
         />

+ 0 - 1
src/pages/A3_ledger/C1ledger/index.tsx

@@ -341,7 +341,6 @@ function C1ledger() {
         <C8recycleBin
           closeFu={flag => {
             if (flag) getListFu()
-
             setRecycleBin(false)
           }}
         />