修复轮播图bug
This commit is contained in:
parent
73fd9c4dd8
commit
0e107ecc2e
|
|
@ -18,7 +18,7 @@
|
||||||
:items="bannerItems"
|
:items="bannerItems"
|
||||||
class="w-full"
|
class="w-full"
|
||||||
>
|
>
|
||||||
<div class="w-full md:h-96 lg:h-[500px] overflow-hidden">
|
<div class="w-full overflow-hidden">
|
||||||
<img
|
<img
|
||||||
:src="item.imgUrl"
|
:src="item.imgUrl"
|
||||||
:alt="item.remark || '轮播图'"
|
:alt="item.remark || '轮播图'"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user