#
luxiaotao1123
2024-01-29 50c8315f324e502b8b1c95dc546ce0b87820efc4
zy-asrs-flow/src/pages/Admin.jsx
@@ -19,6 +19,7 @@
import React, { useState } from 'react';
import defaultProps from './_defaultProps';
import logo from '@/assets/logo.png';
import G6 from './G6';
const SearchInput = () => {
    const { token } = theme.useToken();
@@ -64,7 +65,6 @@
    });
    const [pathname, setPathname] = useState('/list/sub-page/sub-sub-page1');
    const [num, setNum] = useState(40);
    if (typeof document === 'undefined') {
        return <div />;
    }
@@ -152,7 +152,7 @@
                                <>
                                    <a>
                                        {logo}
                                        {title}
                                        WCS
                                    </a>
                                </>
                            );
@@ -187,7 +187,11 @@
                        {...settings}
                    >
                        <PageContainer
                        {/* <G6></G6> */}
                        <PageContainer>
                            <G6></G6>
                        </PageContainer>
                        {/* <PageContainer
                            token={{
                                paddingInlinePageContainerContent: num,
                            }}
@@ -213,7 +217,6 @@
                            ]}
                        >
                            <ProCard
                                style={{
                                    height: '200vh',
@@ -223,7 +226,7 @@
                                <div />
                            </ProCard>
                        </PageContainer>
                        </PageContainer> */}
                        <SettingDrawer
                            pathname={pathname}