|
|
|
@ -104,7 +104,7 @@ class ActionView extends Component {
|
|
|
|
|
<span className="mt10 -flex c_grey ml15" id="time-consuming">
|
|
|
|
|
{!!time_limit &&
|
|
|
|
|
<span className="time_limit">{`本关最大执行时间:${real_time_limit}秒`}
|
|
|
|
|
{record && <span className="spliter"></span>}
|
|
|
|
|
{!gameBuilding && record && <span className="spliter"></span>}
|
|
|
|
|
</span>}
|
|
|
|
|
{!gameBuilding && record ?
|
|
|
|
|
// <Tooltip title={ "本次评测耗时(编译、运行总时间)" }></Tooltip>
|
|
|
|
@ -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'}}
|
|
|
|
|