提交 7243fd75 作者: ZhangLingKun

Merge branch 'develop'

流水线 #8867 已通过 于阶段
in 8 分 16 秒
......@@ -14,4 +14,4 @@ patches:
images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/web
newTag: 4493ba456655e90085e38ea76bc013fbc842dcf6
newTag: bb2a002763a33a531cc5256774b1fc217ae3aafa
......@@ -9,6 +9,7 @@ const BreadcrumbWrap = styled.div`
display: flex;
align-content: center;
justify-content: flex-start;
box-sizing: border-box;
.title {
font-size: 13px;
font-weight: 400;
......
......@@ -61,7 +61,9 @@ const MallProductView: React.FC<{
<ProductBackground />
<ProductWrap>
{/* 面包屑 */}
<div className="ml-8">
<BreadcrumbView />
</div>
<div className="flex-start align-start">
<ProductHeadView detail={productDetail} />
<ProductStoreView detail={productDetail} store={storeDetail} />
......
......@@ -7,7 +7,6 @@ export default function Index() {
// 背景
export const ProductBackground = styled.div`
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
......@@ -22,6 +21,7 @@ export const ProductWrap = styled.div`
box-sizing: border-box;
padding: 2rem 0 0 0;
margin: 0 auto;
background: #fff;
.product-title {
position: relative;
width: 100%;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论