From 75c2cae56b8b4527d76cf2902208ae225d661dc4 Mon Sep 17 00:00:00 2001 From: wangyunfei <1224056307@qq,com> Date: Fri, 5 Dec 2025 14:25:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B5=E9=9D=A2=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E7=9A=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/secondary_menu/step02.less | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/pages/business_envInformation_monthly/components/secondary_menu/step02.less b/src/pages/business_envInformation_monthly/components/secondary_menu/step02.less index 7163a3b..5fddba5 100644 --- a/src/pages/business_envInformation_monthly/components/secondary_menu/step02.less +++ b/src/pages/business_envInformation_monthly/components/secondary_menu/step02.less @@ -7,19 +7,22 @@ width: 100%; height: 100%; display: flex; + align-items: stretch; background-color: transparent; gap: 10px; + overflow: hidden; /* 左侧 A 区域:评估方法(60% 宽度) */ .leftPanel { flex: 0 0 55%; // width: 60%; height: 100%; + min-height: 0; background-color: #ffffff; border-radius: 4px; padding: 16px; box-sizing: border-box; - overflow: auto; + overflow-y: auto; display: flex; flex-direction: column; gap: 15px; @@ -172,9 +175,11 @@ .rightPanel { flex: 1; height: 100%; + min-height: 0; display: flex; flex-direction: column; gap: 10px; + overflow-y: auto; /* 上块:仪表盘与建议 */ .rightTop { @@ -212,7 +217,7 @@ /* 第二行:半圆形仪表盘 */ .gaugeContainer { width: 100%; - height: 200px; + // height: 200px; display: flex; align-items: center; justify-content: center;