聚正润农薪资核算页面新建薪资核算弹框样式修改
This commit is contained in:
parent
06b722e4a3
commit
5619598e7e
|
|
@ -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 })}/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue