From 5de2d6f333bb6bb6eeb2baee4ca7fd0f3a6d88ff Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Sat, 09 Nov 2024 14:05:28 +0800
Subject: [PATCH] 风险源统计颜色修改

---
 src/views/survey/components/box/fireSource.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/survey/components/box/fireSource.vue b/src/views/survey/components/box/fireSource.vue
index 6de2786..e3225ee 100644
--- a/src/views/survey/components/box/fireSource.vue
+++ b/src/views/survey/components/box/fireSource.vue
@@ -70,7 +70,7 @@
 
 })
 // 获取详情
-function getData() {
+function getData () {
   getDetail().then(res => {
     state.parkInfo = res.data.data
     parkInfoList.forEach(item => {
@@ -131,11 +131,11 @@
 }
 
 .box-content-img {
-  height: 360px;
-  overflow: scroll;
+  height: 380px;
   // 隐藏滚动条
   scrollbar-width: none;
-  // overflow-y: auto;
+  overflow-x: hidden;
+  overflow-y: auto;
 }
 
 .box-content-img img {

--
Gitblit v1.9.3