phphe / vue-draggable-nested-tree

Vue2 draggable tree component
https://hetree.phphe.com/
MIT License
344 stars 62 forks source link

How to set innerBackStyle? #85

Closed merlinschumacher closed 5 years ago

merlinschumacher commented 5 years ago

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

phphe commented 5 years ago
.tree-node-inner-back(:style="[innerBackStyle, data.innerBackStyle]" :class="[data.innerBackClass]")

just assign to data.innerBackStyle

merlinschumacher commented 5 years ago

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.

phphe commented 5 years ago

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