优化鸟瞰图尺寸:限制最大高度为70vh,确保正常浏览器窗口能完整显示

This commit is contained in:
2026-06-03 00:09:25 +08:00
parent 4a82620f1c
commit 92afe8d88c
3 changed files with 6 additions and 0 deletions

View File

@@ -1163,6 +1163,12 @@ body {
#aerial-view .placeholder-img img { #aerial-view .placeholder-img img {
object-fit: contain !important; object-fit: contain !important;
background: #FFFFFF !important; background: #FFFFFF !important;
max-height: 70vh !important; /* 限制最大高度为视口高度的70% */
}
#aerial-view .gallery-item.large .placeholder-img {
min-height: auto !important; /* 移除最小高度限制 */
height: auto !important; /* 自动高度 */
} }
/* 室外透视图区域 */ /* 室外透视图区域 */

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 KiB

BIN
images/drawing-siteplan.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 MiB