favicon.ico和轮播图尺寸
This commit is contained in:
parent
1a19afdce2
commit
340e2f7659
|
|
@ -1,7 +1,7 @@
|
||||||
<!-- components/ContactFloatingButton.vue -->
|
<!-- components/ContactFloatingButton.vue -->
|
||||||
<template>
|
<template>
|
||||||
<div class="fixed right-6 top-1/2 transform -translate-y-1/2 z-50 flex items-center">
|
<div class="fixed right-6 top-1/2 transform -translate-y-1/2 z-50 flex items-center">
|
||||||
<UPopover mode="hover">
|
<UPopover mode="click">
|
||||||
<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"
|
||||||
color="neutral" label="联系客服"
|
color="neutral" label="联系客服"
|
||||||
|
|
|
||||||
|
|
@ -18,11 +18,11 @@
|
||||||
:items="bannerItems"
|
:items="bannerItems"
|
||||||
class="w-full"
|
class="w-full"
|
||||||
>
|
>
|
||||||
<div class="w-full h-64 md:h-96 lg:h-[500px] overflow-hidden">
|
<div class="w-full md:h-96 lg:h-[500px] overflow-hidden">
|
||||||
<img
|
<img
|
||||||
:src="item.imgUrl"
|
:src="item.imgUrl"
|
||||||
:alt="item.remark || '轮播图'"
|
:alt="item.remark || '轮播图'"
|
||||||
class="w-full h-full object-cover"
|
class="w-full object-cover"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</UCarousel>
|
</UCarousel>
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 59 KiB |
Loading…
Reference in New Issue
Block a user