diff --git a/pages/index.vue b/pages/index.vue index 91c777f..5c07149 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -8,25 +8,25 @@ -
+
- 财务管理 对项目预算、奖金进行配置 + 财务管理 对项目预算、奖金进行配置
-
+
- 财务审批 对员工提交的申请进行审批 + 财务审批 对员工提交的申请进行审批
-
+
- 财务统计 财务明细统计查看 + 财务统计 财务明细统计查看
@@ -81,18 +81,18 @@ function jump(index) { color: #000; } .financial-management{ - background-color:#ffffff; - padding: 1rem; - margin-top: 1rem; - color: #555252; - .title{ - font-weight: 600; - } - .title-describe{ - font-size: 12px; - margin-left: 0.5rem; - color: #A0A0A0; - } + // background-color:#ffffff; + // padding: 1rem; + // margin-top: 1rem; + // color: #555252; + // .title{ + // font-weight: 600; + // } + // .title-describe{ + // font-size: 12px; + // margin-left: 0.5rem; + // color: #A0A0A0; + // } } .menu{