提交 597c9dd1 作者: ZhangLingKun

Merge branch 'develop'

...@@ -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/admin newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/admin
newTag: c845a956d9c2f7a9796b61f04f9afcbaba974a9b newTag: b1325997f3ce68f02b1813accf94866af8a0af94
...@@ -23,6 +23,11 @@ $design_height:856; ...@@ -23,6 +23,11 @@ $design_height:856;
font-weight: bold; font-weight: bold;
color: #FFFFFF; color: #FFFFFF;
} }
.other{
font-size: 2rem;
font-weight: normal;
color: #FFFFFF;
}
&:after{ &:after{
display: none; display: none;
content: '家'; content: '家';
......
...@@ -111,7 +111,8 @@ const JoinInfo = () => { ...@@ -111,7 +111,8 @@ const JoinInfo = () => {
<div className='join-info-card-1'> <div className='join-info-card-1'>
<div className='join-count'> <div className='join-count'>
<span className='num'>{joinReportDataType?.companyAuthCount}</span> <span className='num'>{joinReportDataType?.companyAuthCount}</span>
<span className='text'>家(入驻{joinReportDataType?.joinStoreCount}家)</span> <span className='text'></span>
<span className='other'>(入驻{joinReportDataType?.joinStoreCount}家)</span>
</div> </div>
<div className='join-meta'>已认证企业总数</div> <div className='join-meta'>已认证企业总数</div>
</div> </div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论