From 3c485604bcc08a2fbcf7f60c8669bdf9cc77d7dd Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Mon, 09 Oct 2023 11:45:26 +0800 Subject: [PATCH] Merge branch 'feature_1.0' --- src/views/UVA/index.vue | 56 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/views/UVA/index.vue b/src/views/UVA/index.vue index 087c053..3ee6c89 100644 --- a/src/views/UVA/index.vue +++ b/src/views/UVA/index.vue @@ -45,8 +45,6 @@ <el-collapse v-show="shou1 === true" v-loading="loading" - accordion - style="box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)" > <el-collapse-item style="text-indent: 2em; position: relative; padding-botton: 10px" @@ -146,8 +144,6 @@ <span>���������������������������(���): </span> <el-input ref="uvas" - v-model="tallone" - class="inputtu" /> -- <el-input @@ -1227,7 +1223,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 @@ -1330,7 +1326,7 @@ // ��������������������������������� // if (!that.showPoints) { // console.log(111) - // that.map = new BMapGL.Map('map_container') + // that.map = new window.BMapGL.Map('map_container') // } // that.map.enableScrollWheelZoom(true) // ������������������������������������������������������s // that.map.setMapType(BMAP_EARTH_MAP) // ��������������������������������� @@ -1351,7 +1347,7 @@ // building: true, // ������������������ // poiText: false, // ������poi������ // }) - // that.map.addControl(new BMapGL.NavigationControl3D()) // ������3d������ + // that.map.addControl(new window.BMapGL.NavigationControl3D()) // ������3d������ if (this.responseJSON.length === 0) { showNoPoints() } @@ -2198,20 +2194,7 @@ /deep/.inputNum { width: 4% !important; } -.dateArrClass { - position: relative; -} -.dateArrClass > div ::after { - content: ''; - position: absolute; - right: 8px; - top: 23px; - width: 5px; - height: 5px; - border-radius: 50%; - z-index: 999; - background-color: #f40; -} + .numss { width: 700px; background-color: white; @@ -2258,13 +2241,7 @@ width: 20%; } } -.jlpMySelectPopper.el-picker-panel { - width: 280px; - height: 330px; -} -.jlpMySelectPopper.el-date-picker table { - width: 88%; -} + .BMap_cpyCtrl { display: none; } @@ -2283,3 +2260,26 @@ overflow-x: hidden; } </style> +<style > +.jlpMySelectPopper.el-picker-panel { + width: 280px; + height: 330px; +} +.jlpMySelectPopper.el-date-picker table { + width: 88%; +} +.dateArrClass { + position: relative; +} +.dateArrClass > div ::after { + content: ''; + position: absolute; + right: 8px; + top: 23px; + width: 5px; + height: 5px; + border-radius: 50%; + z-index: 999; + background-color: #f40; +} +</style> -- Gitblit v1.8.0