From 719829461abc70cd5213740fb485c5b30fa879be Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 29 Jan 2024 12:22:00 +0800
Subject: [PATCH] 样式调整
---
src/styles/avue-ui.scss | 12 ++++++++----
src/views/propertySupervision/residentSupervision.vue | 2 +-
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/src/styles/avue-ui.scss b/src/styles/avue-ui.scss
index 48e52a6..b4a783e 100644
--- a/src/styles/avue-ui.scss
+++ b/src/styles/avue-ui.scss
@@ -59,10 +59,6 @@
.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;
@@ -107,6 +103,14 @@
padding: 10px;
background: #fff;
}
+
+ .echarts-cell:first-child {
+ margin-left: 0;
+ }
+
+ .echarts-cell:last-child {
+ margin-right: 0;
+ }
}
.cur-house-hold-supervision-page {
diff --git a/src/views/propertySupervision/residentSupervision.vue b/src/views/propertySupervision/residentSupervision.vue
index cf37c00..2e58023 100644
--- a/src/views/propertySupervision/residentSupervision.vue
+++ b/src/views/propertySupervision/residentSupervision.vue
@@ -801,7 +801,7 @@
},
legend: {
orient: 'vertical',
- right: 10,
+ right: 20,
bottom: 0,
padding: [30, 0],
formatter: function (name) {
--
Gitblit v1.9.3