提交 5bc7f969 作者: ZhangLingKun

Merge branch 'develop'

流水线 #8543 已通过 于阶段
in 6 分 3 秒
...@@ -14,4 +14,4 @@ patches: ...@@ -14,4 +14,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/web newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/web
newTag: e6fed7f8d28f32d81f6bb9d578724ba3dbafe82b newTag: 9fac4c11141e4f8c35efa10dbb922a214dcd356c
import React from 'react'; import React from 'react';
import { PropertySafetyFilled, ShoppingCartOutlined } from '@ant-design/icons'; import { ShopFilled, ShoppingCartOutlined } from '@ant-design/icons';
import { useRouter } from 'next/router'; import { useRouter } from 'next/router';
import styled from 'styled-components'; import styled from 'styled-components';
import { InterDataType } from '@/api/interface'; import { InterDataType } from '@/api/interface';
...@@ -151,7 +151,7 @@ const ProductItemView: React.FC<{ ...@@ -151,7 +151,7 @@ const ProductItemView: React.FC<{
)} )}
</div> </div>
<div className="product-store flex-start"> <div className="product-store flex-start">
<PropertySafetyFilled style={{ color: '#FF552D' }} /> <ShopFilled style={{ color: '#FF552D' }} />
<div className="title text-ellipsis" title={detail?.companyName}> <div className="title text-ellipsis" title={detail?.companyName}>
{detail?.companyName} {detail?.companyName}
</div> </div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论