src/App.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/MapTemplate.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/App.vue
@@ -22,7 +22,7 @@ </script> <style> #app { html,body,#app { font-family: Avenir, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; src/views/MapTemplate.vue
@@ -42,13 +42,17 @@ } </script> <style lang="less" scoped> <style lang="less"> .full-screen{ width: calc(100vw); height: calc(100vh); overflow: hidden; width: 100%; height: 100%; margin: 0; padding: 0; position: absolute; #map{ height: 100%; width: 100%; } } </style>>