refactor: adjust postion
This commit is contained in:
parent
29466655f8
commit
0acf51b2d1
1 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<q-page-sticky position="bottom-right" :offset="[30, 18]">
|
||||
<q-page-sticky position="bottom-right" :offset="[8, 8]">
|
||||
<q-fab
|
||||
id="btn-add"
|
||||
padding="xs"
|
||||
|
|
@ -9,9 +9,9 @@
|
|||
direction="up"
|
||||
color="primary"
|
||||
>
|
||||
<slot />
|
||||
|
||||
<!-- <q-fab-action padding="xs" color="primary" icon="mdi-account-plus" /> -->
|
||||
<slot>
|
||||
<q-fab-action padding="xs" color="primary" icon="mdi-account-plus" />
|
||||
</slot>
|
||||
</q-fab>
|
||||
</q-page-sticky>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue