From 8da0b058ab88e7bb59676c452e159f6c714e408e Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 16 Mar 2018 23:38:25 +0900 Subject: [PATCH] :v: --- src/web/app/common/views/components/othello.game.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/web/app/common/views/components/othello.game.vue b/src/web/app/common/views/components/othello.game.vue index 1c88c5d44..414d819a5 100644 --- a/src/web/app/common/views/components/othello.game.vue +++ b/src/web/app/common/views/components/othello.game.vue @@ -17,13 +17,14 @@
-

{{ logPos }}ターン目 黒:{{ o.blackCount }} 白:{{ o.whiteCount }} 合計:{{ o.blackCount + o.whiteCount }}

+

{{ logPos }}ターン目 黒:{{ o.blackCount }} 白:{{ o.whiteCount }} 合計:{{ o.blackCount + o.whiteCount }}

@@ -309,6 +310,10 @@ export default Vue.extend({ > div:last-child background #ccc + > .status + margin 0 + padding 16px 0 + > .player padding-bottom 32px