Skip to content

Commit 4f4d1f2

Browse files
committed
feat: 首页Banner比例,PC为5:2,移动端为5:3
1 parent 7fabc65 commit 4f4d1f2

File tree

4 files changed

+42
-38
lines changed

4 files changed

+42
-38
lines changed

module/Banner/Asset/style/banner.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

module/Blog/View/pc/blog/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="col-md-8 margin-bottom">
1616

1717
<div class="ub-content-box margin-bottom tw-overflow-hidden" style="padding:0;">
18-
{!! \Module\Banner\View\BannerView::basic('Blog') !!}
18+
{!! \Module\Banner\View\BannerView::basic('Blog',null,'5-2','5-3') !!}
1919
</div>
2020

2121
<div class="ub-content-box margin-bottom">

0 commit comments

Comments
 (0)