移动端悬浮按钮调整

This commit is contained in:
WindowBird 2025-11-04 11:33:25 +08:00
parent da4a588d9c
commit 4c3f6324ed
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<UPopover arrow mode="click" :popper="{ placement: 'left-start' }" :content="{
align: 'center',
side: 'left',
sideOffset: 8
sideOffset: 6
}" >
<UButton
class="bg-primary hover:bg-primary-600 text-white px-4 py-3 rounded-l-lg shadow-lg transition-all duration-300"

View File

@ -166,7 +166,7 @@ onMounted(() => {
</div>
<!-- 分页 -->
<div v-if="!loading && !error && total > 0" class="mt-8 flex justify-center">
<div v-if="!loading && !error && total > 0" class="mt-2 flex justify-center">
<UPagination
v-model:page="page"
:total="total"