优化横幅模块在大分辨率屏幕下的居中问题 -> https://gitee.com/beikeshop/beikeshop/issues/I61CZO?from=project-issue
This commit is contained in:
parent
8f01392c74
commit
3b5917d27f
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<div class="module-image-plus module-info {{ !$content['full'] ? 'container' : '' }} mb-3 mb-md-5 d-flex justify-content-center">
|
||||
<div class="container{{ $content['full'] ? '-fluid' : '' }} d-flex justify-content-center">
|
||||
<a class="col-12" href="{{ $content['images'][0]['link']['link'] ?? '' }}"><img src="{{ $content['images'][0]['image'] }}" class="img-fluid"></a>
|
||||
<a href="{{ $content['images'][0]['link']['link'] ?? '' }}"><img src="{{ $content['images'][0]['image'] }}" class="img-fluid"></a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Loading…
Reference in New Issue