# 优化地图显示

This commit is contained in:
xianfuxing 2018-09-10 14:38:20 +08:00
parent 9a9fbd01c5
commit 068b191207
1 changed files with 4 additions and 0 deletions

View File

@ -301,6 +301,10 @@ export default {
</script>
<style lang="css">
.app-container {
margin: 0;
padding: 0;
}
#map-container {
width: 100%;
height: 90%;