Skip to content

Commit 46a991d

Browse files
committed
feat: banner nav optimized
1 parent 4b1f028 commit 46a991d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/Banner/View/pc/public/banner.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{!! \ModStart\ModStart::css('asset/vendor/swiper/swiper.css') !!}
2020
{!! \ModStart\ModStart::js('asset/vendor/swiper/swiper.js') !!}
2121
{!! \ModStart\ModStart::css('vendor/Banner/style/banner.css') !!}
22-
<div class="ub-banner margin-bottom ratio-{{$bannerRatio}} {{$mobileBannerRatio}}" id="{{$bannerId}}">
22+
<div class="ub-banner ratio-{{$bannerRatio}} {{$mobileBannerRatio}}" id="{{$bannerId}}">
2323
<div class="swiper-container">
2424
<div class="swiper-wrapper">
2525
@if(empty($banners))

0 commit comments

Comments
 (0)