feat(All) 修改整体页面格式,增加地图中间模型与下方表格间的联动显示

This commit is contained in:
2025-12-19 16:50:02 +08:00
parent 1a0815759e
commit af49eb9747
9 changed files with 289 additions and 70 deletions

View File

@@ -9,6 +9,15 @@
background: #000;
border: 1px solid var(--border-color);
box-shadow: var(--shadow-glow), 0 10px 30px -5px rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
}
.map-container > div:not(.globe-popup):not(.globe-instructions) {
display: flex !important;
align-items: center;
justify-content: center;
}
.map-container canvas {
@@ -32,6 +41,7 @@
}
.globe-popup {
display: block !important;
position: absolute;
top: 20px;
right: 20px;