diff --git a/src/views/demo/degraining/curbspotcity/MapList/ShowInfoModal/index.vue b/src/views/demo/degraining/curbspotcity/MapList/ShowInfoModal/index.vue index 4e5c05cf..27ba63f0 100644 --- a/src/views/demo/degraining/curbspotcity/MapList/ShowInfoModal/index.vue +++ b/src/views/demo/degraining/curbspotcity/MapList/ShowInfoModal/index.vue @@ -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; }