Parcourir la source

update: 增加footer

xyh il y a 2 ans
Parent
commit
4e37a3a0c5
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      packages/app/src/components/table-basic-provider/index.tsx

+ 3 - 0
packages/app/src/components/table-basic-provider/index.tsx

@@ -6,6 +6,7 @@ import {
   LDTableSearchProvider,
   LDTableSettingProvider,
   LDAuthentication,
+  LDFooter,
 } from '@components';
 import {
   Context,
@@ -70,6 +71,8 @@ function LDTableBasicProvider<T extends Record<string, unknown>>({
           </LDTablePageProvider>
         </LDTableSearchParamsProvider>
       </LDTableSettingProvider>
+
+      <LDFooter />
     </LDAuthentication>
   );
 }