#
luxiaotao1123
2024-02-20 4c75bcfde6a72f75fe58b088743c08269f4e766c
#
2个文件已修改
23 ■■■■■ 已修改文件
zy-asrs-flow/src/components/Footer/index.jsx 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/user/index.jsx 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/components/Footer/index.jsx
@@ -5,21 +5,10 @@
const Footer = () => {
  return (
    <DefaultFooter
      copyright="@2019 vincent"
      style={{
        background: 'none',
      }}
      links={[
        {
          key: 'Vincent Admin',
          title: 'Vincent Admin',
        },
        {
          key: 'github',
          title: <GithubOutlined />,
          href: 'https://github.com/luxiaotao1123',
          blankTarget: true,
        },
      ]}
    />
  );
};
zy-asrs-flow/src/pages/system/user/index.jsx
@@ -95,11 +95,11 @@
    const [currentRow, setCurrentRow] = useState();
    const [searchParam, setSearchParam] = useState({});
    const [boxHeight, setBoxHeight] = useState(window.innerHeight - 450);
    const [boxHeight, setBoxHeight] = useState(window.innerHeight - 390);
    useEffect(() => {
        const handleResize = () => setBoxHeight(window.innerHeight - 450);
        const handleResize = () => setBoxHeight(window.innerHeight - 390);
        window.addEventListener('resize', handleResize);
        return () => window.removeEventListener('resize', handleResize);
    }, []);
@@ -417,7 +417,11 @@
    ];
    return (
        <PageContainer>
        <PageContainer
            header={{
                breadcrumb: {},
            }}
        >
            <div style={{ width: '100%', float: 'right' }}>
                <ProTable
                    key="user"