微调了新增报销的表单

main
wuyize 2023-01-08 22:40:11 +08:00
parent 080f469ac2
commit 439d924a03
1 changed files with 3 additions and 3 deletions

View File

@ -371,13 +371,13 @@ class ReimbursementCreate extends React.Component<any, any> {
</Form.Item>
</Col>
</Row>
<Row style={{marginLeft: 11, fontSize: 14, marginTop: 0, marginBottom: 24, height: 24}} key={4}>
<Row style={{marginLeft: 11, fontSize: 14, marginTop: 0, marginBottom: 24, height: 32, display: "flex",alignItems:"center"}} key={4}>
<Popover content={this.calculateAddition().hint} title="出差补贴" trigger="hover">
<Tag
<Tag style={{fontSize:14, padding:'5px 8px 5px 5px'}}
color={store.getState().staff.staffBase === this.formRef.current?.getFieldValue("destinationName") ?
"red" : "green"}>
{this.calculateAddition().value}
{this.calculateAddition().value}
</Tag>
</Popover>