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 = () => {
{
- return ;
+ 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;
+ }
+ }
+}