release/2.18.2.2412.02-个税
This commit is contained in:
parent
6b5417362a
commit
d65245b330
|
|
@ -249,7 +249,7 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
font-size: 20px!important;
|
font-size: 20px !important;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -370,6 +370,16 @@
|
||||||
|
|
||||||
.incomeDialogContent {
|
.incomeDialogContent {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 16px;
|
padding: 8px 16px;
|
||||||
|
background: #f6f6f6;
|
||||||
|
|
||||||
|
.wea-input-focus {
|
||||||
|
margin-bottom: 2px!important;
|
||||||
|
margin-top: 0!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.clearfix {
|
||||||
|
background: #FFF;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@ class LedgerSalaryItemSelectDialog extends Component {
|
||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<WeaDialog
|
<WeaDialog
|
||||||
{...this.props} hasScroll className="incomeDialog" initLoadCss
|
{...this.props} hasScroll className="incomeDialog" initLoadCss ref={dom => this.incomeRef = dom}
|
||||||
buttons={[
|
buttons={[
|
||||||
<Button type="primary" onClick={this.props.handleClearSalaryItem}>{getLabel(111, "清除")}</Button>
|
<Button type="primary" onClick={this.props.handleClearSalaryItem}>{getLabel(111, "清除")}</Button>
|
||||||
]}
|
]}
|
||||||
|
|
@ -109,6 +109,7 @@ class LedgerSalaryItemSelectDialog extends Component {
|
||||||
showHeader={false} dataSource={dataSource}
|
showHeader={false} dataSource={dataSource}
|
||||||
loading={loading} pagination={pagination}
|
loading={loading} pagination={pagination}
|
||||||
columns={columns} onRowClick={this.handleRowClick}
|
columns={columns} onRowClick={this.handleRowClick}
|
||||||
|
scroll={{ y: this.incomeRef ? this.incomeRef.state.height - 106 : 600 }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</WeaDialog>
|
</WeaDialog>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue