派生自 wuyushui/SewerAndRainNetwork

ChenZeping02609
2021-05-12 f9f80893f6b29f0aaa8d5f7c1291f91b8f477fe4
src/App.vue
@@ -13,13 +13,21 @@
}
</script>
<style>
<style lang="less">
html, body, #app{
  color: #2c3e50;
  color: @color;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body .el-scrollbar__wrap {
  // overflow-x: hidden;
}
body{
  -ms-overflow-style: none;
  font-size: 12px;
}
</style>