提交 842a3711 作者: ZhangLingKun

Merge branch 'develop'

...@@ -18,7 +18,13 @@ $design_height:856; ...@@ -18,7 +18,13 @@ $design_height:856;
font-weight: bold; font-weight: bold;
color: #FFFFFF; color: #FFFFFF;
line-height: 6.08rem; line-height: 6.08rem;
.text{
font-size: 3rem;
font-weight: bold;
color: #FFFFFF;
}
&:after{ &:after{
display: none;
content: '家'; content: '家';
font-size: 3rem; font-size: 3rem;
font-weight: bold; font-weight: bold;
......
...@@ -109,10 +109,11 @@ const JoinInfo = () => { ...@@ -109,10 +109,11 @@ const JoinInfo = () => {
return ( return (
<div className='join-info'> <div className='join-info'>
<div className='join-info-card-1'> <div className='join-info-card-1'>
<div className='join-count'>{joinReportDataType?.companyAuthCount}</div> <div className='join-count'>
<div className='join-meta'> <span className='num'>{joinReportDataType?.companyAuthCount}</span>
已认证企业总数(入驻{joinReportDataType?.joinStoreCount}家) <span className='text'>家(入驻{joinReportDataType?.joinStoreCount}家)</span>
</div> </div>
<div className='join-meta'>已认证企业总数</div>
</div> </div>
<div className='join-info-card-2'> <div className='join-info-card-2'>
<div className='card-header'> <div className='card-header'>
......
...@@ -56,6 +56,7 @@ $design_height:856; ...@@ -56,6 +56,7 @@ $design_height:856;
} }
} }
.card-echarts{ .card-echarts{
//transform: translateX(5%);
width: 100%; width: 100%;
height: toVh(300,1080); height: toVh(300,1080);
} }
......
...@@ -37,7 +37,12 @@ const TradeInfo = () => { ...@@ -37,7 +37,12 @@ const TradeInfo = () => {
fontSize: 15, fontSize: 15,
}, },
}, },
yAxis: {}, yAxis: {
axisLabel: {
color: '#000',
fontSize: 10,
},
},
series: [ series: [
{ {
name: '总交易额', name: '总交易额',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论