From 538c21efcf6bffe4788a764b760c427c14225eb3 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 20 二月 2024 16:54:48 +0800
Subject: [PATCH] #

---
 zy-asrs-flow/src/pages/system/user/index.jsx |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/zy-asrs-flow/src/pages/system/user/index.jsx b/zy-asrs-flow/src/pages/system/user/index.jsx
index ecf0ba4..7d4495d 100644
--- a/zy-asrs-flow/src/pages/system/user/index.jsx
+++ b/zy-asrs-flow/src/pages/system/user/index.jsx
@@ -424,7 +424,11 @@
         >
             <Row gutter={[16, 24]}>
                 <Col lg={6} md={24}>
-                    {/* tree */}
+                    <Card title="閮ㄩ棬" extra={<a href="#">More</a>} style={{ width: '100%', height: 'calc(100vh - 200px)' }}>
+                        <p>Card content</p>
+                        <p>Card content</p>
+                        <p>Card content</p>
+                    </Card>
                 </Col>
                 <Col lg={18} md={24}>
                     <ProTable

--
Gitblit v1.9.1