|
|
|
@ -24,14 +24,14 @@ function mainView(props: Props & Callbacks) { |
|
|
|
</ButtonToolbar> |
|
|
|
<div>宰杀日期:<input /></div> |
|
|
|
</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> |
|
|
|
<Button>打印选中</Button> |
|
|
|
<Button>同步数据</Button> |
|
|
|
<Button>称设置</Button> |
|
|
|
<Button>扣重项</Button> |
|
|
|
<div style={{ flex: 1 }}></div> |
|
|
|
<div>屠宰顺序: 0 已宰头数: 0</div> |
|
|
|
<div style={{ alignSelf: "flex-end" }}>屠宰顺序: 0 已宰头数: 0</div> |
|
|
|
</Col> |
|
|
|
<Col xs={4}> |
|
|
|
<ButtonToolbar> |
|
|
|
|