wjx 1 年間 前
コミット
b5ae1d3dae
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/pages/gameDataStatistics/allSurvey/index.tsx

+ 2 - 2
src/pages/gameDataStatistics/allSurvey/index.tsx

@@ -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>