feat:底部遮挡修复

This commit is contained in:
zhongzm
2025-09-02 14:22:56 +08:00
parent c2dac86db0
commit 656dad2f3e

View File

@@ -1203,9 +1203,7 @@ const tableRowConfig = computed(() => {
border-radius: 4px;
padding: 20px;
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 {
@@ -1219,8 +1217,7 @@ const tableRowConfig = computed(() => {
.chart-container {
height: 450px;
width: 100%;
min-height: 400px;
position: relative;
}
.table-container {