派生自 wuyushui/SewerAndRainNetwork

YANGDL
2020-12-16 70ebfb918eed4a0d188d1f3aed387de2ab9586bc
修改地图样式
2个文件已修改
14 ■■■■■ 已修改文件
src/App.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/MapTemplate.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | 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>>