个税扣缴调整弹窗高度
This commit is contained in:
parent
3a7b2339d5
commit
711beb5cff
|
|
@ -11,7 +11,7 @@ import SlideTaxagentUser from "./slideTaxagentUser";
|
|||
import "./index.less";
|
||||
|
||||
const personScopeWarrper = {
|
||||
padding: "0 25px",
|
||||
padding: "0 25px"
|
||||
};
|
||||
|
||||
@inject("taxAgentStore", "ledgerStore")
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ export default class SlideTaxagentUser extends React.Component {
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div style={{height: "500px", scrollY: "scroll"}}>
|
||||
<Table
|
||||
rowKey="id"
|
||||
loading={queryLoading}
|
||||
|
|
|
|||
Loading…
Reference in New Issue