Skip to content

Commit 64079f7

Browse files
committed
close
1 parent 7b18894 commit 64079f7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/components/l_panel.vue

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,7 @@
2525
<n-icon :component="ArrowMaximize20Regular" />
2626
</template>
2727
</n-button>
28-
<n-button
29-
v-if="vis < maxV"
30-
quaternary
31-
:focusable="false"
32-
size="small"
33-
@click="close"
34-
>
28+
<n-button quaternary :focusable="false" size="small" @click="close">
3529
<template #icon>
3630
<n-icon :component="CloseFilled" />
3731
</template>

0 commit comments

Comments
 (0)