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;