mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-05 07:41:04 +00:00
nodeStyle now does fonts
This commit is contained in:
parent
43ad19764b
commit
66d7d5b4fb
5 changed files with 12 additions and 3 deletions
js/technical
|
@ -47,7 +47,7 @@ var systemComponents = {
|
|||
front: !tmp.scrolled,
|
||||
}"
|
||||
v-bind:style="constructNodeStyle(layer)">
|
||||
<span v-html="(abb !== '' && tmp[layer].image === undefined) ? abb : ' '"></span>
|
||||
<span class="nodeLabel" v-html="(abb !== '' && tmp[layer].image === undefined) ? abb : ' '"></span>
|
||||
<tooltip
|
||||
v-if="tmp[layer].tooltip != ''"
|
||||
:text="(tmp[layer].isLayer) ? (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue