Skip to content

Commit

Permalink
Update summary font color
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-xiong committed Oct 31, 2023
1 parent 46be876 commit 227b679
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions app/views/combine_transactions/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
</div>
<div>
<div class="p-3">
<p>总投入: <%= @total_summary[:total_cost].to_f.round(4) %> / 绝对盈利: <%= @total_summary[:total_revenue].to_f.round(4) %> / 总ROI: <%= @total_summary[:total_roi].round(2) %>%</p>
<p>盈利总数量: <%= @total_summary[:profit_count] %> / 盈利总金额: <%= @total_summary[:profit_amount].to_f.round(4) %> </p>
<p>亏损总数量: <%= @total_summary[:loss_count] %> / 亏损总金额: <%= @total_summary[:loss_amount].to_f.round(4) %> </p>
<p>历史最高盈利: <%= @total_summary[:max_profit].round(4) %> ( <%= @total_summary[:max_profit_date] %> ) / 历史最高亏损: <%= @total_summary[:max_loss].round(4) %> ( <%= @total_summary[:max_loss_date] %> )</p>
<p>历史最高盈利占总投入的比例: <%= @total_summary[:max_profit_roi].round(4) %>% ( <%= @total_summary[:max_profit_roi_date] %> ) / 历史最高亏损占总投入的比例: <%= @total_summary[:max_loss_roi].round(4) %>% ( <%= @total_summary[:max_loss_roi_date] %> )</p>
<p>历史最高绝对收益: <%= @total_summary[:max_revenue].round(4) %> ( <%= @total_summary[:max_revenue_date] %> ) / 历史最低绝对收益: <%= @total_summary[:min_revenue].round(4) %> ( <%= @total_summary[:min_revenue_date] %> )</p>
<p>历史最高绝对收益占总投入的比例: <%= @total_summary[:max_roi].round(4) %>% ( <%= @total_summary[:max_roi_date] %> ) / 历史最低绝对收益占总投入的比例: <%= @total_summary[:min_roi].round(4) %>% ( <%= @total_summary[:min_roi_date] %> )</p>
<p>总投入: <%= @total_summary[:total_cost].to_f.round(4) %> / 绝对盈利: <%= price_change_style @total_summary[:total_revenue].to_f.round(4) %> / 总ROI: <%= price_change_style @total_summary[:total_roi].round(2) %>%</p>
<p>盈利总数量: <span class="pos-num"><%= @total_summary[:profit_count] %></span> / 盈利总金额: <%= price_change_style @total_summary[:profit_amount].to_f.round(4) %> </p>
<p>亏损总数量: <span class="neg-num"><%= @total_summary[:loss_count] %></span> / 亏损总金额: <%= price_change_style @total_summary[:loss_amount].to_f.round(4) %> </p>
<p>历史最高盈利: <%= price_change_style @total_summary[:max_profit].round(4) %> ( <%= @total_summary[:max_profit_date] %> ) / 历史最高亏损: <%= price_change_style @total_summary[:max_loss].round(4) %> ( <%= @total_summary[:max_loss_date] %> )</p>
<p>历史最高盈利占总投入的比例: <%= price_change_style @total_summary[:max_profit_roi].round(4) %>% ( <%= @total_summary[:max_profit_roi_date] %> ) / 历史最高亏损占总投入的比例: <%= price_change_style @total_summary[:max_loss_roi].round(4) %>% ( <%= @total_summary[:max_loss_roi_date] %> )</p>
<p>历史最高绝对收益: <%= price_change_style @total_summary[:max_revenue].round(4) %> ( <%= @total_summary[:max_revenue_date] %> ) / 历史最低绝对收益: <%= price_change_style @total_summary[:min_revenue].round(4) %> ( <%= @total_summary[:min_revenue_date] %> )</p>
<p>历史最高绝对收益占总投入的比例: <%= price_change_style @total_summary[:max_roi].round(4) %>% ( <%= @total_summary[:max_roi_date] %> ) / 历史最低绝对收益占总投入的比例: <%= price_change_style @total_summary[:min_roi].round(4) %>% ( <%= @total_summary[:min_roi_date] %> )</p>
</div>
</div>
<div id="trading-histories-container">
Expand Down
14 changes: 7 additions & 7 deletions app/views/origin_transactions/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
</div>
<div>
<div class="p-3">
<p>总投入: <%= @total_summary[:total_cost].to_f.round(4) %> / 总盈利: <%= @total_summary[:total_estimated_revenue].to_f.round(4) %> / 总ROI: <%= ((@total_summary[:total_roi]) * 100).round(4) %>%</p>
<p>盈利总数量: <%= @total_summary[:profit_count] %> / 盈利总金额: <%= @total_summary[:profit_amount].to_f.round(4) %> </p>
<p>亏损总数量: <%= @total_summary[:loss_count] %> / 亏损总金额: <%= @total_summary[:loss_amount].to_f.round(4) %> </p>
<p>历史最高盈利: <%= @total_summary[:max_profit].round(4) %> ( <%= @total_summary[:max_profit_date] %> ) / 历史最高亏损: <%= @total_summary[:max_loss].round(4) %> ( <%= @total_summary[:max_loss_date] %> )</p>
<p>历史最高盈利占总投入的比例: <%= @total_summary[:max_profit_roi].round(4) %>% ( <%= @total_summary[:max_profit_roi_date] %> ) / 历史最高亏损占总投入的比例: <%= @total_summary[:max_loss_roi].round(4) %>% ( <%= @total_summary[:max_loss_roi_date] %> )</p>
<p>历史最高绝对收益: <%= @total_summary[:max_revenue].round(4) %> ( <%= @total_summary[:max_revenue_date] %> ) / 历史最低绝对收益: <%= @total_summary[:min_revenue].round(4) %> ( <%= @total_summary[:min_revenue_date] %> )</p>
<p>历史最高绝对收益占总投入的比例: <%= @total_summary[:max_roi].round(4) %>% ( <%= @total_summary[:max_roi_date] %> ) / 历史最低绝对收益占总投入的比例: <%= @total_summary[:min_roi].round(4) %>% ( <%= @total_summary[:min_roi_date] %> )</p>
<p>总投入: <%= @total_summary[:total_cost].to_f.round(4) %> / 总盈利: <%= price_change_style @total_summary[:total_estimated_revenue].to_f.round(4) %> / 总ROI: <%= price_change_style ((@total_summary[:total_roi]) * 100).round(4) %>%</p>
<p>盈利总数量: <span class="pos-num"><%= @total_summary[:profit_count] %></span> / 盈利总金额: <%= price_change_style @total_summary[:profit_amount].to_f.round(4) %> </p>
<p>亏损总数量: <span class="neg-num"><%= @total_summary[:loss_count] %></span> / 亏损总金额: <%= price_change_style @total_summary[:loss_amount].to_f.round(4) %> </p>
<p>历史最高盈利: <%= price_change_style @total_summary[:max_profit].round(4) %> ( <%= @total_summary[:max_profit_date] %> ) / 历史最高亏损: <%= price_change_style @total_summary[:max_loss].round(4) %> ( <%= @total_summary[:max_loss_date] %> )</p>
<p>历史最高盈利占总投入的比例: <%= price_change_style @total_summary[:max_profit_roi].round(4) %>% ( <%= @total_summary[:max_profit_roi_date] %> ) / 历史最高亏损占总投入的比例: <%= price_change_style @total_summary[:max_loss_roi].round(4) %>% ( <%= @total_summary[:max_loss_roi_date] %> )</p>
<p>历史最高绝对收益: <%= price_change_style @total_summary[:max_revenue].round(4) %> ( <%= @total_summary[:max_revenue_date] %> ) / 历史最低绝对收益: <%= price_change_style @total_summary[:min_revenue].round(4) %> ( <%= @total_summary[:min_revenue_date] %> )</p>
<p>历史最高绝对收益占总投入的比例: <%= price_change_style @total_summary[:max_roi].round(4) %>% ( <%= @total_summary[:max_roi_date] %> ) / 历史最低绝对收益占总投入的比例: <%= price_change_style @total_summary[:min_roi].round(4) %>% ( <%= @total_summary[:min_roi_date] %> )</p>
</div>
</div>
<div id="trading-histories-container">
Expand Down
8 changes: 4 additions & 4 deletions app/views/page/user_positions.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
<p>盈利总数量: <%= @total_summary[:profit_count] %> <%= last_summary_display(@last_summary[:profit_count]) %> / 盈利总金额: <%= @total_summary[:profit_amount].round(4) %><%= last_summary_display(@last_summary[:profit_amount]) %> </p>
<p>亏损总数量: <%= @total_summary[:loss_count] %> <%= last_summary_display(@last_summary[:loss_count]) %> / 亏损总金额: <%= @total_summary[:loss_amount].round(4) %> <%= last_summary_display(@last_summary[:loss_amount]) %> </p>
<p>总资金费用: <%= price_change_style @total_summary[:total_funding_fee].round(4) %><%= last_summary_display(@last_summary[:total_funding_fee].to_f) %><%= link_to '曲线图', funding_fee_chart_path, target: '_blank' %></p>
<p>历史最高盈利: <%= @total_summary[:max_profit].round(4) %> ( <%= @total_summary[:max_profit_date] %> ) / 历史最高亏损: <%= @total_summary[:max_loss].round(4) %> ( <%= @total_summary[:max_loss_date] %> )</p>
<p>历史最高盈利占总投入的比例: <%= @total_summary[:max_profit_roi].round(4) %>% ( <%= @total_summary[:max_profit_roi_date] %> ) / 历史最高亏损占总投入的比例: <%= @total_summary[:max_loss_roi].round(4) %>% ( <%= @total_summary[:max_loss_roi_date] %> )</p>
<p>历史最高绝对收益: <%= @total_summary[:max_revenue].round(4) %> ( <%= @total_summary[:max_revenue_date] %> ) / 历史最低绝对收益: <%= @total_summary[:min_revenue].round(4) %> ( <%= @total_summary[:min_revenue_date] %> )</p>
<p>历史最高绝对收益占总投入的比例: <%= @total_summary[:max_roi].round(4) %>% ( <%= @total_summary[:max_roi_date] %> ) / 历史最低绝对收益占总投入的比例: <%= @total_summary[:min_roi].round(4) %>% ( <%= @total_summary[:min_roi_date] %> )</p>
<p>历史最高盈利: <%= price_change_style @total_summary[:max_profit].round(4) %> ( <%= @total_summary[:max_profit_date] %> ) / 历史最高亏损: <%= price_change_style @total_summary[:max_loss].round(4) %> ( <%= @total_summary[:max_loss_date] %> )</p>
<p>历史最高盈利占总投入的比例: <%= price_change_style @total_summary[:max_profit_roi].round(4) %>% ( <%= @total_summary[:max_profit_roi_date] %> ) / 历史最高亏损占总投入的比例: <%= price_change_style @total_summary[:max_loss_roi].round(4) %>% ( <%= @total_summary[:max_loss_roi_date] %> )</p>
<p>历史最高绝对收益: <%= price_change_style @total_summary[:max_revenue].round(4) %> ( <%= @total_summary[:max_revenue_date] %> ) / 历史最低绝对收益: <%= price_change_style @total_summary[:min_revenue].round(4) %> ( <%= @total_summary[:min_revenue_date] %> )</p>
<p>历史最高绝对收益占总投入的比例: <%= price_change_style @total_summary[:max_roi].round(4) %>% ( <%= @total_summary[:max_roi_date] %> ) / 历史最低绝对收益占总投入的比例: <%= price_change_style @total_summary[:min_roi].round(4) %>% ( <%= @total_summary[:min_roi_date] %> )</p>
</div>
</div>
<div id="user-positions-container">
Expand Down

0 comments on commit 227b679

Please sign in to comment.