From a90d446264955f2e6bcc5f898de9f3bc1e552741 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 24 Jan 2024 19:52:54 +0800
Subject: [PATCH] 居民监管、住房监管页面显示调整
---
src/styles/avue-ui.scss | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 49 insertions(+), 0 deletions(-)
diff --git a/src/styles/avue-ui.scss b/src/styles/avue-ui.scss
index d899fba..10ca041 100644
--- a/src/styles/avue-ui.scss
+++ b/src/styles/avue-ui.scss
@@ -55,4 +55,53 @@
.avue-crud__left {
flex: 1;
}
+}
+
+.cur-resident-supervision-page,
+.cur-house-hold-supervision-page {
+ margin: 10px !important;
+ margin-top: 0 !important;
+ padding: 0 !important;
+
+ .echarts-wrap {
+ display: flex;
+ flex-wrap: wrap;
+ padding: 0;
+ justify-content: space-between;
+
+
+ .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 {
+ display: flex;
+ flex-direction: column;
+ background: #fff;
+
+ .echarts-item {
+ padding: 10px;
+ width: 100%;
+ height: 0;
+ flex: 1;
+ }
+ }
+
+ }
+
+ .cur-from-box {
+ margin-top: 10px;
+ padding: 10px;
+ background: #fff;
+ }
}
\ No newline at end of file
--
Gitblit v1.9.3