Commit aa36596f by Zhang Xin

fix bug 1430

parent 26a7ee62
...@@ -84,7 +84,7 @@ export default class FinishAskContainer extends React.Component{ ...@@ -84,7 +84,7 @@ export default class FinishAskContainer extends React.Component{
</div> </div>
<div className={"finishAskButtons"}> <div className={"finishAskButtons"}>
<Button text={"有"} style={{'marginTop':'120px'}} option={this.selectTask}/> <Button text={"有"} style={{'marginTop':'120px'}} option={this.selectTask}/>
<Button text={"没有"} style={{'marginTop':'40px'}} option={this.closeDoor}/> <Button text={"没有"} style={{'marginTop':'40px'}} option={this.beginCloseDoor}/>
<Clock style={{'marginTop':'40px'}} totalTime={60} <Clock style={{'marginTop':'40px'}} totalTime={60}
callback={this.judgeTask}/> callback={this.judgeTask}/>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment