From 84d7be872e96547becfbd1647ec77ed56f9f2dde Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 22 九月 2026 10:02:11 +0800
Subject: [PATCH] 新疆-融邦环保 1.大屏展示数据修改 2.销售台账展示字段修改
---
src/views/reportAnalysis/PSIDataAnalysis/index.vue | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/src/views/reportAnalysis/PSIDataAnalysis/index.vue b/src/views/reportAnalysis/PSIDataAnalysis/index.vue
index daa1952..95de0f7 100644
--- a/src/views/reportAnalysis/PSIDataAnalysis/index.vue
+++ b/src/views/reportAnalysis/PSIDataAnalysis/index.vue
@@ -21,8 +21,6 @@
<!-- 宸︿晶鍖哄煙 -->
<div class="left-panel">
<LeftTop />
-
- <LeftBottom />
</div>
<!-- 涓棿鍖哄煙 -->
@@ -46,7 +44,6 @@
<script setup>
import { ref, onMounted, onBeforeUnmount, nextTick, provide } from 'vue'
import autofit from 'autofit.js'
-import LeftBottom from './components/left-bottom.vue'
import CenterCenter from './components/center-center.vue'
import RightTop from '../dataDashboard/components/basic/right-top.vue'
import RightBottom from '../dataDashboard/components/basic/right-bottom.vue'
@@ -296,6 +293,14 @@
width: 520px;
}
+/* 宸︽爮鍙湁涓�鍧楅潰鏉夸簡锛岃瀹冩拺婊℃暣鏍忥紝閬垮厤涓嬪崐鏍忕暀鐧� */
+.left-panel > * {
+flex: 1;
+min-height: 0;
+display: flex;
+flex-direction: column;
+}
+
.center-panel {
flex: 1.5;
display: flex;
--
Gitblit v1.9.3