Skip to content

Commit 7953604

Browse files
committed
fix: remove error style (#55)
close #55
1 parent 5a7f1e6 commit 7953604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/TrackCard.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ const getNodeStyle = (node: AstNode<any>): StyleValue => {
8787
<SvgIcon name="close" />
8888
</NButton>
8989
</div>
90-
<div flex-1 flex gap-12px overflow-hidden scale-y-1>
91-
<div self-stretch flex="[2]" scale-x-1>
90+
<div flex-1 flex gap-12px overflow-hidden>
91+
<div self-stretch flex="[2]">
9292
<TrackGraph
9393
v-if="nodes.length && queryResult"
9494
:nodes="nodes"

0 commit comments

Comments
 (0)