详情左右间隔

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