From 23b4dd9974acfec190eb8497e83efa5d823d63ef Mon Sep 17 00:00:00 2001 From: lukeyan <1727408482@qq.com> Date: Wed, 23 Aug 2023 16:35:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=9B=BE=E5=B1=82=EF=BC=8C?= =?UTF-8?q?=E4=BC=81=E4=B8=9A=E6=A1=A3=E6=A1=88=E5=85=AC=E5=8F=B8=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/map.html | 2 +- src/views/enterpriseArchives/componets/cardBox.vue | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/static/map.html b/public/static/map.html index e1c44ee..42dae3f 100644 --- a/public/static/map.html +++ b/public/static/map.html @@ -26,7 +26,7 @@ // 创建地图实例 var map = new BMapGL.Map("container"); // 创建地图实例 var point = new BMapGL.Point(121.619401, 30.046348); // 创建点坐标 - map.centerAndZoom(point, 15); // 初始化地图,设置中心点坐标和地图级别 + map.centerAndZoom(point, 17); // 初始化地图,设置中心点坐标和地图级别 map.enableScrollWheelZoom(true); map.setMapType(BMAP_SATELLITE_MAP); // map.setHeading(64.5); diff --git a/src/views/enterpriseArchives/componets/cardBox.vue b/src/views/enterpriseArchives/componets/cardBox.vue index 5947e90..dd77b92 100644 --- a/src/views/enterpriseArchives/componets/cardBox.vue +++ b/src/views/enterpriseArchives/componets/cardBox.vue @@ -113,11 +113,13 @@ export default { overflow: hidden; } .card_company { - width: 17.5vw; + margin-left: 0.25vw; + margin-right: 0.25vw; + width: 17vw; height: 15vh; position: relative; img { - width: 17.5vw; + width: 17vw; height: 15vh; } .company_type {