fix: style

This commit is contained in:
Fine 2023-03-22 16:54:20 +08:00
parent 4cdc087a9d
commit b65505621e

View File

@ -34,7 +34,7 @@ limitations under the License. -->
> >
<image width="36" height="36" :x="n.x - 15" :y="n.y - 18" :href="getNodeStatus(n)" /> <image width="36" height="36" :x="n.x - 15" :y="n.y - 18" :href="getNodeStatus(n)" />
<!-- <circle :cx="n.x" :cy="n.y" r="12" fill="none" stroke="red"/> --> <!-- <circle :cx="n.x" :cy="n.y" r="12" fill="none" stroke="red"/> -->
<image width="28" height="25" :x="n.x - 14" :y="n.y - 43" :href="icons.LOCAL" style="opacity: 0.5" /> <image width="28" height="25" :x="n.x - 14" :y="n.y - 43" :href="icons.LOCAL" style="opacity: 0.8" />
<image <image
width="12" width="12"
height="12" height="12"
@ -389,7 +389,7 @@ limitations under the License. -->
const tipHtml = [ const tipHtml = [
`<div class="mb-5"><span class="grey">name: </span>${ `<div class="mb-5"><span class="grey">name: </span>${
data.name data.name
}</div><div class="mb-5"><span class="grey">type: </span>${data.type || ""}</div>`, }</div><div class="mb-5"><span class="grey">type: </span>${data.type || "UNKNOWN"}</div>`,
...html, ...html,
].join(" "); ].join(" ");