Commit b5eb431c8323a661b7e79641c244ce22726a3366

Authored by liuqimichale
1 parent ccbc4bda

地图覆盖物

Showing 1 changed file with 1 additions and 0 deletions
src/views/mainContainer.vue
@@ -61,6 +61,7 @@ export default { @@ -61,6 +61,7 @@ export default {
61 .maincontainer { 61 .maincontainer {
62 padding: 12px 12px; 62 padding: 12px 12px;
63 height:calc(100% - 77px); 63 height:calc(100% - 77px);
  64 + height:-webkit-calc(100% - 77px);
64 } 65 }
65 66
66 .containerwrap { 67 .containerwrap {