手机响应式 详情页隐藏面包屑 -> https://gitee.com/beikeshop/beikeshop/issues/I60WOQ?from=project-issue
This commit is contained in:
parent
b61d560f49
commit
cd8bed7d30
|
|
@ -1,5 +1,5 @@
|
|||
@unless ($breadcrumbs->isEmpty())
|
||||
<nav aria-label="breadcrumb">
|
||||
<nav aria-label="breadcrumb" class="d-none d-md-block">
|
||||
<ol class="breadcrumb">
|
||||
@foreach ($breadcrumbs as $breadcrumb)
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
<x-shop-breadcrumb type="product" :value="$product['id']" />
|
||||
|
||||
<div class="row mb-5" id="product-top">
|
||||
<div class="row mb-5 mt-3 mt-md-0" id="product-top">
|
||||
<div class="col-12 col-lg-6 mb-3">
|
||||
<div class="product-image d-flex align-items-start">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue