refactor: add animation tree view
This commit is contained in:
parent
927206ca74
commit
769fb483c4
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ function toggleExpand(node: Node) {
|
|||
<q-icon
|
||||
name="mdi-chevron-down-circle"
|
||||
size="sm"
|
||||
:style="`transform: rotate(${node.opened ? '180deg' : '0'})`"
|
||||
:style="`transform: rotate(${node.opened ? '180deg' : '0'}); transition: transform 0.3s ease;`"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue