This commit is contained in:
姚宇浩 2024-07-25 08:59:21 +08:00
parent 7e248dca71
commit c3773ead5d
1 changed files with 3 additions and 2 deletions

View File

@ -872,7 +872,8 @@ const createCustomOverlayJd2 = (polygon, indexx) => {
var number = document.createElement("div"); var number = document.createElement("div");
number.style.fontSize = "9px"; number.style.fontSize = "9px";
number.style.fontWeight = "600"; number.style.fontWeight = "600";
number.style.color = "rgba(0, 255, 189, 1)"; number.style.color = "#FEFF6C";
number.style.textShadow='0px 2px 4px rgba(0,0,0,0.5)';
div.appendChild(number); div.appendChild(number);
number.appendChild(document.createTextNode(this.properties.number)); number.appendChild(document.createTextNode(this.properties.number));
content.appendChild(div); content.appendChild(div);
@ -2340,7 +2341,7 @@ onMounted(() => {
position: absolute; position: absolute;
width: 3px; width: 3px;
height: 3px; height: 3px;
background: #ffe229; background: rgb(255, 226, 41);
border: 3px solid rgba(255, 226, 41, 0.31); border: 3px solid rgba(255, 226, 41, 0.31);
border-radius: 6px; border-radius: 6px;
top: 7.5px; top: 7.5px;