Skip to content

Commit c1ca5dd

Browse files
committed
fix: Move the close button outside the controller template
1 parent 000a854 commit c1ca5dd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

frontend/src/views/HomeView/index.vue

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -133,16 +133,16 @@ watch(showController, (v) => {
133133
class="controller"
134134
>
135135
<GroupsController />
136-
<Button
137-
v-show="showController"
138-
class="close-controller"
139-
@click="showController = false"
140-
type="text"
141-
size="small"
142-
>
143-
<Icon icon="close" />
144-
</Button>
145136
</div>
137+
138+
<Button
139+
v-show="showController"
140+
class="close-controller"
141+
@click="showController = false"
142+
type="text"
143+
size="small"
144+
icon="close"
145+
/>
146146
</template>
147147
</div>
148148

0 commit comments

Comments
 (0)