Prechádzať zdrojové kódy

update: 增加footer

xyh 2 rokov pred
rodič
commit
4e37a3a0c5

+ 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>
   );
 }