From 459a7edb609bb4dcfe153f02d178330b6024ef49 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Mon, 09 Oct 2023 10:34:58 +0800 Subject: [PATCH] no message --- src/views/UVA/index.vue | 24 +++++++++++++++++++++--- 1 files changed, 21 insertions(+), 3 deletions(-) diff --git a/src/views/UVA/index.vue b/src/views/UVA/index.vue index e572986..3e66389 100644 --- a/src/views/UVA/index.vue +++ b/src/views/UVA/index.vue @@ -887,7 +887,10 @@ }, mounted() { - this.initStart() + this.$nextTick(() => { + this.initStart() + }) + // this.$refs.datePick.focus() // this.getDate() // this.flyData() @@ -1224,7 +1227,7 @@ const that = this if (!res) { that.map = new BMapGL.Map('map_container') - console.log('BMap', BMap) + console.log('BMapGL', BMapGL) console.log('BMapGL', BMapGL) console.log('window', window.BMapGL) that.map.enableScrollWheelZoom(true) // ������������������������������������������������������s @@ -2005,7 +2008,22 @@ } </script> -<style lang="scss" > +<style lang="scss" scoped> +.main-container { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column; + flex-flow: column; + min-height: 100%; + -webkit-transition: margin-left .28s; + transition: margin-left .28s; + margin-left: 210px; + position: relative; + height: 100%; +} /deep/.BMap_cpyCtrl { display: none; } -- Gitblit v1.8.0