From dc1e4fb2aec77fbbdbf3ef763c17e742df99c992 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 29 Jan 2024 12:18:07 +0800
Subject: [PATCH] 居民监管,图表显示调整,住房监管,柱状图数据对接
---
src/styles/avue-ui.scss | 39 +++++++++++++++++++++++++++------------
1 files changed, 27 insertions(+), 12 deletions(-)
diff --git a/src/styles/avue-ui.scss b/src/styles/avue-ui.scss
index 10ca041..48e52a6 100644
--- a/src/styles/avue-ui.scss
+++ b/src/styles/avue-ui.scss
@@ -70,21 +70,24 @@
justify-content: space-between;
- .echarts-cell:nth-child(1),
- .echarts-cell:nth-child(2) {
- height: 300px;
- width: calc(50% - 5px);
- }
+ // .echarts-cell:nth-child(1),
+ // .echarts-cell:nth-child(2) {
+ // height: 300px;
+ // width: calc(50% - 5px);
+ // }
- .echarts-cell:nth-child(3),
- .echarts-cell:nth-child(4),
- .echarts-cell:nth-child(5) {
- margin-top: 10px;
- height: 300px;
- width: calc((100% / 3) - 6.66px);
- }
+ // .echarts-cell:nth-child(3),
+ // .echarts-cell:nth-child(4),
+ // .echarts-cell:nth-child(5) {
+ // margin-top: 10px;
+ // height: 300px;
+ // width: calc((100% / 3) - 6.66px);
+ // }
.echarts-cell {
+ margin: 0 5px;
+ height: 300px;
+ width: calc(20% - 10px);
display: flex;
flex-direction: column;
background: #fff;
@@ -104,4 +107,16 @@
padding: 10px;
background: #fff;
}
+}
+
+.cur-house-hold-supervision-page {
+ .echarts-cell:nth-child(1) {
+ width: 0;
+ flex: 1;
+ }
+
+ .echarts-cell:nth-child(2) {
+ width: 0;
+ flex: 2;
+ }
}
\ No newline at end of file
--
Gitblit v1.9.3