diff --git a/src/views/projectAdmin/zjsj/security/centerTop.vue b/src/views/projectAdmin/zjsj/security/centerTop.vue index aa881ec4..c5a989dd 100644 --- a/src/views/projectAdmin/zjsj/security/centerTop.vue +++ b/src/views/projectAdmin/zjsj/security/centerTop.vue @@ -37,10 +37,26 @@
- + 员工申报年龄段 + +
- + 人员增长趋势 + +
@@ -49,8 +65,85 @@ @@ -60,6 +153,7 @@ export default { height: 100%; margin-top: 2%; .topbox { + height: 27%; display: flex; flex-wrap: wrap; justify-content: space-between; @@ -85,5 +179,50 @@ export default { margin-top: 2%; } } + .bunbox { + height: 60%; + width: 100%; + display: flex; + justify-content: space-between; + .left, + .right { + width: 50%; + height: 90%; + margin-top: 5%; + span { + color: #6ee4f0; + font-size: 16px; + margin: 4% 20% 0% 6%; + } + .rightChart { + width: 100%; + height: 100%; + } + } + } +} +::v-deep .el-date-editor--daterange.el-input__inner { + width: 230px; + height: 30px; + background-color: #182337; + border: 1px solid #264b5e; +} +::v-deep .el-range-input { + background-color: #182337; + color: #6ee4f0; +} +::v-deep .el-date-editor { + .el-range__icon { + line-height: 23px; + color: #6ee4f0; + } + .el-range-separator { + line-height: 23px; + color: #757d88; + } + .el-range__close-icon { + color: #757d88; + line-height: 23px; + } } diff --git a/src/views/projectAdmin/zjsj/security/index.vue b/src/views/projectAdmin/zjsj/security/index.vue index a9084991..77e5ad30 100644 --- a/src/views/projectAdmin/zjsj/security/index.vue +++ b/src/views/projectAdmin/zjsj/security/index.vue @@ -45,10 +45,10 @@ export default { width: calc(60% - 40px); height: 100%; .top { - height: 65%; + height: 60%; } .bottom { - height: 35%; + height: 40%; } } .right { @@ -56,4 +56,5 @@ export default { height: 100%; } } +