Browse Source

fix: 地图修改电梯样式

pull/25/head
张耀 3 years ago
parent
commit
59059d99fb
  1. 2
      public/static/qm/MainMap_QM.js

2
public/static/qm/MainMap_QM.js

@ -5779,7 +5779,7 @@ Facilities_QM.prototype.renderIcon = function (obj, _this, isShow = true, ele =
sc.style.display = "flex";
sc.style.width = "47px";
sc.style.justifyContent = "center";
sc.innerHTML = `<img src="./static/img/num_bg.png" width="47" height="24" /><span style="color: #A6976F; font-size: 14px; position: absolute; top: 2px;">${obj.title}</span>`;
sc.innerHTML = `<img src="./static/img/num_bg.png" width="47" height="24" /><span style="color: #A6976F; font-size: 14px; position: absolute; top: 4px;">${obj.title}</span>`;
shopDiv.append(sc);
shopDiv.dataset.name = obj.title;
shopDiv.dataset.nameEn = Map_QM.util.iconEn[obj.title];

Loading…
Cancel
Save