From f7e8a7bd1edc8144f36de0c48ae0a53a86d6ea9f Mon Sep 17 00:00:00 2001 From: wang_yp <357754663@qq.com> Date: Fri, 20 Sep 2024 22:40:45 +0800 Subject: [PATCH] fix(api):update store --- README.md | 17 +++++++++++++ src/pages/home/homeBottom/home_bottom.tsx | 2 +- src/pages/home/homeLeft/home_left.tsx | 4 ++-- src/pages/home/homeRigrt/home_right.tsx | 22 ++++++++++++++--- src/pages/home/homeRigrt/right.less | 29 +++++++++++++++++------ 5 files changed, 61 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b87cb00..88ab3e2 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,20 @@ You don’t have to ever use `eject`. The curated feature set is suitable for sm You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). +添加的数据 + +1、队伍属性管理 添加队伍 +2、个人身份管理 添加身份 +3、组织架构通过部门来组织 + + +首页: +1、组织架构 用户数量统计,党员数量统计 +2、武装力量 根据队伍统计 +3、年度训练 按照年度统计类别,次数 (任务发布时,可选择多个类别) + + +4、物资管理 +5、档案管理 + +6、评优争先 \ No newline at end of file diff --git a/src/pages/home/homeBottom/home_bottom.tsx b/src/pages/home/homeBottom/home_bottom.tsx index 7833aa4..2fc051a 100644 --- a/src/pages/home/homeBottom/home_bottom.tsx +++ b/src/pages/home/homeBottom/home_bottom.tsx @@ -15,7 +15,7 @@ const HomeBottom = () => { return (
- 民兵调度 + 巡防调度 应急处突 应急连线 视频查看 diff --git a/src/pages/home/homeLeft/home_left.tsx b/src/pages/home/homeLeft/home_left.tsx index 091b24c..03540e3 100644 --- a/src/pages/home/homeLeft/home_left.tsx +++ b/src/pages/home/homeLeft/home_left.tsx @@ -30,12 +30,12 @@ const HomeLeft = () => {
-

用户管理

+

武装力量

-

HomeLeft

+

年度训练

{ - return
-
HomeRight
-
; + return ( +
+
+
+

物资管理

+
+
+
+
+

档案管理

+
+
+
+
+

评优争先

+
+
+
+ ); }; export default HomeRight; diff --git a/src/pages/home/homeRigrt/right.less b/src/pages/home/homeRigrt/right.less index fd66728..cace495 100644 --- a/src/pages/home/homeRigrt/right.less +++ b/src/pages/home/homeRigrt/right.less @@ -1,8 +1,23 @@ -.right_container{ +.right_container { + width: 100%; + color: #fff; + height: 100%; + width: 100%; + color: #fff; + height: auto; + .org { width: 100%; - color: #fff; - display: flex; - align-items: center; - justify-content: center; - height: 100%; -} \ No newline at end of file + min-height: 200px; + text-align: center; + .org_head { + width: 100%; + background-image: url("../../../static/titie_secend@1x.png"); + background-size: 100% 50px; + background-repeat: no-repeat; + line-height: 60px; + height: 50px; + text-align: left; + padding-left: 20px; + } + } +}