#
luxiaotao1123
2024-02-23 801f5d289e1619a527e6bb47ade4ea19b51bdc96
#
1个文件已修改
7 ■■■■■ 已修改文件
zy-asrs-flow/src/pages/system/user/index.jsx 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/user/index.jsx
@@ -147,7 +147,7 @@
    }
    useEffect(() => {
        const handleResize = () => setBoxHeight(window.innerHeight - 420);
        const handleResize = () => setBoxHeight(window.innerHeight - 320);
        window.addEventListener('resize', handleResize);
        handleResize();
@@ -534,7 +534,7 @@
        >
            <Row gutter={[16, 24]}>
                <Col lg={6} md={24}>
                    <Card title="部门" style={{ width: '100%', height: 'calc(100vh - 252px)' }}>
                    <Card title="部门" style={{ width: '100%', height: 'calc(100vh - 160px)' }}>
                        <Input
                            style={{ marginBottom: 10 }}
                            placeholder="请输入"
@@ -545,7 +545,7 @@
                                })
                            }}
                        />
                        <div style={{ height: 'calc(100vh - 402px)', overflowY: 'auto' }}>
                        <div style={{ height: 'calc(100vh - 325px)', overflowY: 'auto' }}>
                            {deptTreeLoading ? (
                                <Skeleton active />
                            ) : (
@@ -578,6 +578,7 @@
                        formRef={formTableRef}
                        columns={columns}
                        cardBordered
                        size='small'
                        scroll={{ y: boxHeight }}
                        dateFormatter="string"
                        pagination={{ pageSize: 20 }}