From 12dfb17034c4774213c5fd1dd14851ae1d22cb1c Mon Sep 17 00:00:00 2001 From: Slime-hatena Date: Tue, 30 Apr 2024 22:14:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=83=91=E3=83=BC=E3=82=BB=E3=83=B3?= =?UTF-8?q?=E3=83=86=E3=83=BC=E3=82=B8=E8=A8=88=E7=AE=97=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../layouts/components/user/song_status_battlescore.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OngekiScoreLog/resources/views/layouts/components/user/song_status_battlescore.blade.php b/OngekiScoreLog/resources/views/layouts/components/user/song_status_battlescore.blade.php index cf974f9..33beb6e 100644 --- a/OngekiScoreLog/resources/views/layouts/components/user/song_status_battlescore.blade.php +++ b/OngekiScoreLog/resources/views/layouts/components/user/song_status_battlescore.blade.php @@ -60,8 +60,8 @@ 0.00% @else {{-- 1位ではないので計算 --}} - {{number_format(floor((($s->battle_high_score / $topRankerScore[$s->song_id . "_" . $s->difficulty]))))}}% - @endif + {{number_format((floor((($s->over_damage_high_score) / ($topRankerScore[$s->song_id . "_" . $s->difficulty])) * 100) / 100), 2)}}% + @endif @else ?% ?%