From b9e11f18c961df43f632b85c04cd730bde21fc76 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期一, 19 四月 2021 13:10:58 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/App.vue | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 421bf83..6b056a7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,10 +8,26 @@ export default { name: 'App', - mounted(){ + mounted () { } } </script> -<style> +<style lang="less"> +html, body, #app{ + 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> -- Gitblit v1.8.0