From d7ac4dfc8162b5e5ae3b22509cf0f789a0eae7d8 Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Tue, 27 Aug 2019 12:50:06 +0800 Subject: [PATCH] =?UTF-8?q?tpi=20=E6=9C=AC=E6=AC=A1=E8=AF=84=E6=B5=8B?= =?UTF-8?q?=E8=80=97=E6=97=B6=20=E6=96=87=E5=AD=97=E6=94=BE=E5=87=BA?= =?UTF-8?q?=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/page/main/ActionView.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/react/src/modules/page/main/ActionView.js b/public/react/src/modules/page/main/ActionView.js index 6e4c4dc31..4933ba0ac 100644 --- a/public/react/src/modules/page/main/ActionView.js +++ b/public/react/src/modules/page/main/ActionView.js @@ -104,7 +104,7 @@ class ActionView extends Component { {!!time_limit && {`本关最大执行时间:${real_time_limit}秒`} - {record && } + {!gameBuilding && record && } } {!gameBuilding && record ? // @@ -119,6 +119,7 @@ class ActionView extends Component { style={{ visibility: challenge.showWebDisplayButton ? '': 'hidden', minWidth: challenge.showWebDisplayButton ? '': '1px', width: challenge.showWebDisplayButton ? '': '1px', + flex: `0 0 ${challenge.showWebDisplayButton ? '110px': '1px'}` }} id="showWebDisplayButton" // style={{ display: challenge.showWebDisplayButton ? 'flex': 'none'}}