|
@@ -253,10 +253,10 @@ const AllSurvey: React.FC = () => {
|
|
|
<div>首日:<Statistic value={totalData?.totalFirstRoi || 0} suffix="%" precision={2} /></div>
|
|
|
<div><span style={{ color: 'red' }}>今日:</span><Statistic value={totalData?.firstRoi || 0} suffix="%" precision={2} /></div>
|
|
|
</div>
|
|
|
- <div style={{ justifyContent: 'space-between', flex: 1 }}>
|
|
|
+ {/* <div style={{ justifyContent: 'space-between', flex: 1 }}>
|
|
|
<div>近7天:<Statistic value={totalData?.d7TotalRoi || 0} suffix="%" precision={2} /></div>
|
|
|
<div>近30天:<Statistic value={totalData?.d30TotalRoi || 0} suffix="%" precision={2} /></div>
|
|
|
- </div>
|
|
|
+ </div> */}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|