移动端悬浮按钮调整
This commit is contained in:
parent
da4a588d9c
commit
4c3f6324ed
|
|
@ -4,7 +4,7 @@
|
||||||
<UPopover arrow mode="click" :popper="{ placement: 'left-start' }" :content="{
|
<UPopover arrow mode="click" :popper="{ placement: 'left-start' }" :content="{
|
||||||
align: 'center',
|
align: 'center',
|
||||||
side: 'left',
|
side: 'left',
|
||||||
sideOffset: 8
|
sideOffset: 6
|
||||||
}" >
|
}" >
|
||||||
<UButton
|
<UButton
|
||||||
class="bg-primary hover:bg-primary-600 text-white px-4 py-3 rounded-l-lg shadow-lg transition-all duration-300"
|
class="bg-primary hover:bg-primary-600 text-white px-4 py-3 rounded-l-lg shadow-lg transition-all duration-300"
|
||||||
|
|
|
||||||
|
|
@ -166,7 +166,7 @@ onMounted(() => {
|
||||||
</div>
|
</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
|
<UPagination
|
||||||
v-model:page="page"
|
v-model:page="page"
|
||||||
:total="total"
|
:total="total"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user