#
luxiaotao1123
2024-02-23 227b19e3eacde392116abd0be4b6141f8e50b306
zy-asrs-flow/src/pages/system/user/index.jsx
@@ -141,7 +141,7 @@
    }
    useEffect(() => {
        const handleResize = () => setBoxHeight(window.innerHeight - 368);
        const handleResize = () => setBoxHeight(window.innerHeight - 420);
        window.addEventListener('resize', handleResize);
        handleResize();
@@ -490,7 +490,7 @@
        >
            <Row gutter={[16, 24]}>
                <Col lg={6} md={24}>
                    <Card title="部门" style={{ width: '100%', height: 'calc(100vh - 200px)' }}>
                    <Card title="部门" style={{ width: '100%', height: 'calc(100vh - 252px)' }}>
                        <Input
                            style={{ marginBottom: 10 }}
                            placeholder="请输入"
@@ -501,7 +501,7 @@
                                })
                            }}
                        />
                        <div style={{ height: 'calc(100vh - 350px)', overflowY: 'auto' }}>
                        <div style={{ height: 'calc(100vh - 402px)', overflowY: 'auto' }}>
                            {deptTreeLoading ? (
                                <Skeleton active />
                            ) : (