feat:关键指标底部容器显示溢出问题

This commit is contained in:
zhongzm
2025-08-22 18:13:19 +08:00
parent 50cf5e70fb
commit 00485a5c7f

View File

@@ -1179,9 +1179,6 @@ const tableRowConfig = computed(() => {
border-radius: 4px; border-radius: 4px;
padding: 20px; padding: 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
height: calc(100vh - 200px);
display: flex;
flex-direction: column;
} }
[data-theme='light'] .chart-wrapper { [data-theme='light'] .chart-wrapper {
@@ -1193,10 +1190,8 @@ const tableRowConfig = computed(() => {
} }
.chart-container { .chart-container {
height: 450px; height: 400px;
width: 100%; width: 100%;
min-height: 400px;
position: relative;
} }
.table-container { .table-container {