Skip to content

Commit

Permalink
temp hide the floating menu unused part
Browse files Browse the repository at this point in the history
Signed-off-by: seven <zilisheng1996@gmail.com>
  • Loading branch information
Blankll committed Mar 9, 2025
1 parent b78ef26 commit a6f3b8a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/views/connect/components/floating-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
menu-trigger="click"
bottom="40px"
right="80px"
width="40px"
height="40px"
width="50px"
height="50px"
>
<n-icon size="24">
<n-icon size="32">
<Add />
</n-icon>
<template #menu>
<n-float-button @click="handleAddClick">
<n-icon size="24">
<Add />
</n-icon>
<template #description>Add Connection</template>
</n-float-button>
<n-float-button>
<n-icon size="24">
<n-float-button @click="handleAddClick" type="primary" width="50px" height="50px">
<n-icon size="32">
<Add />
</n-icon>
<!-- <template #description>New Connection</template>-->
</n-float-button>
<!-- <n-float-button>-->
<!-- <n-icon size="24">-->
<!-- <Add />-->
<!-- </n-icon>-->
<!-- </n-float-button>-->
</template>
</n-float-button>
</template>
Expand Down

0 comments on commit a6f3b8a

Please sign in to comment.