派生自 wuyushui/SewerAndRainNetwork

YANGDL
2021-02-22 055819e21a691a33243d9c2065b6446f22742846
src/App.vue
@@ -8,10 +8,18 @@
export default {
  name: 'App',
  mounted(){
  mounted () {
  }
}
</script>
<style>
html, body, #app{
  color: #2c3e50;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
</style>