forked from opentiny/tiny-vue
fix(tree): misalignment issue (#936)
This commit is contained in:
parent
6fafeb5b68
commit
4679b6ba6a
|
@ -57,7 +57,7 @@
|
|||
<span
|
||||
class="tiny-tree-node__content-indent"
|
||||
v-for="i in showLine ? 1 : node.level - 1"
|
||||
:style="{ width: state.computedIndent }"
|
||||
:style="{ width: state.computedIndent, flexShrink: 0 }"
|
||||
></span>
|
||||
<div class="tiny-tree-node__content-left">
|
||||
<template v-if="showNumber">
|
||||
|
|
Loading…
Reference in New Issue