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 {