Browse Source

Tweak label position

master
Red Forks 8 years ago
parent
commit
c8057b1682
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main-view/container.tsx

+ 2
- 2
src/main-view/container.tsx View File

@ -24,14 +24,14 @@ function mainView(props: Props & Callbacks) {
</ButtonToolbar> </ButtonToolbar>
<div><input /></div> <div><input /></div>
</Col> </Col>
<Col xs={5} style={{ height: "15vh", flexWrap: "wrap", display: "flex", flexDirection: "column", alignItems: "center" }}>
<Col xs={5} style={{ height: "15vh", flexWrap: "wrap", display: "flex", flexDirection: "column", alignItems: "flex-start" }}>
<Checkbox></Checkbox> <Checkbox></Checkbox>
<Button></Button> <Button></Button>
<Button></Button> <Button></Button>
<Button></Button> <Button></Button>
<Button></Button> <Button></Button>
<div style={{ flex: 1 }}></div> <div style={{ flex: 1 }}></div>
<div>屠宰顺序: 0 已宰头数: 0</div>
<div style={{ alignSelf: "flex-end" }}>屠宰顺序: 0 已宰头数: 0</div>
</Col> </Col>
<Col xs={4}> <Col xs={4}>
<ButtonToolbar> <ButtonToolbar>


Loading…
Cancel
Save