聚正润农薪资核算页面新建薪资核算弹框样式修改

This commit is contained in:
黎永顺 2022-11-18 16:26:15 +08:00
parent 06b722e4a3
commit 5619598e7e
1 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ export default class baseFormModal extends React.Component {
>保存</Button>
]}
>
<Row style={{ lineHeight: "40px" }}>
<Row className="formItem">
<Col span={8}>薪酬所属月</Col>
<Col span={16}>
<WeaError
@ -126,7 +126,7 @@ export default class baseFormModal extends React.Component {
</Col>
</Row>
<Row style={{ lineHeight: "40px" }} className="formItem">
<Row className="formItem">
<Col span={8}>核算账套</Col>
<Col span={16}>
{
@ -149,7 +149,7 @@ export default class baseFormModal extends React.Component {
</Col>
</Row>
<Row style={{ lineHeight: "40px" }}>
<Row className="formItem">
<Col span={8}>备注</Col>
<Col span={16}>
<WeaInput value={description} onChange={(value) => this.setState({ description: value })}/>