详情左右间隔

dianlixunjian
Zhufu 2024-08-05 16:55:31 +08:00
parent b5058b21eb
commit 9e4092802a
1 changed files with 2 additions and 1 deletions

View File

@ -541,6 +541,7 @@
width: 100vw; width: 100vw;
height: calc(100vh - 120px); height: calc(100vh - 120px);
display: flex; display: flex;
padding: 0px 20px;
} }
.detail-container::after { .detail-container::after {
content: ''; content: '';
@ -551,7 +552,7 @@
} }
.map-container { .map-container {
float: left; float: left;
width: 50vw; width: 45vw;
height: calc(100vh - 100px); height: calc(100vh - 100px);
margin-right: 20px; margin-right: 20px;
} }