个税扣缴调整弹窗高度

This commit is contained in:
MustangDeng 2022-06-15 09:39:48 +08:00
parent 3a7b2339d5
commit 711beb5cff
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import SlideTaxagentUser from "./slideTaxagentUser";
import "./index.less";
const personScopeWarrper = {
padding: "0 25px",
padding: "0 25px"
};
@inject("taxAgentStore", "ledgerStore")

View File

@ -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}