配置页面高度的调整

main
wangyunfei 2 weeks ago
parent e50ebb04c6
commit 75c2cae56b

@ -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;

Loading…
Cancel
Save