style: 修改球局详情页场馆预定截图展示问题、修改截图地址取值问题

This commit is contained in:
2025-12-31 11:20:41 +08:00
parent b5f9d23615
commit af131f228a
2 changed files with 9 additions and 6 deletions

View File

@@ -81,9 +81,10 @@
}
.venue-screenshot-scroll-view {
max-height: calc(100vh - 260px);
max-height: calc(100dvh - 260px);
overflow-y: auto;
padding-bottom: 40px;
box-sizing: border-box;
.venue-screenshot-image-list {
width: 100%;
@@ -92,9 +93,11 @@
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px 10px;
overflow: hidden;
.venue-screenshot-image-item {
aspect-ratio: 1/1;
min-height: 100%;
border-radius: 9px;
border: 1px solid rgba(0, 0, 0, 0.12);
box-sizing: border-box;