This commit is contained in:
bb_pan 2026-01-22 18:42:54 +08:00
parent 5381d8f953
commit 41d92dd90f
1 changed files with 3 additions and 0 deletions

View File

@ -428,6 +428,9 @@ export default {
.map-box { .map-box {
width: 100%; width: 100%;
height: 440px; height: 440px;
display: flex;
align-items: center;
justify-content: center;
} }
.echarts { .echarts {
width: 100%; width: 100%;