提交 3e543da6 作者: ZhangLingKun

功能:数据看板优化

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