phphe / vue-draggable-nested-tree

Vue2 draggable tree component

Home Page:https://hetree.phphe.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set innerBackStyle?

merlinschumacher opened this issue · comments

It's unclear to me how I can set innerBackStyle of the TreeNodes.

.tree-node-inner-back(:style="[innerBackStyle, data.innerBackStyle]" :class="[data.innerBackClass]")

just assign to data.innerBackStyle

What i wanted to achieve was actually to get rid of the inline CSS added to "tree-node-inner-back". The px-values seem to inflexible.

the px-values is used to calc when drag, so change is difficult