Commit 6b98462e authored by lxd's avatar lxd

feat: 样式修复

parent 03447303
......@@ -25,5 +25,5 @@ export function detailsModal() {
export const formItemLayout = {
labelCol: { span: 6 },
wrapperCol: { span: 14 },
wrapperCol: { span: 18 },
};
......@@ -82,7 +82,7 @@ class toExamine extends Component {
})(<Input.TextArea rows={5} disabled />)}
</FormItem>
) : (
''
<div className="tipMessage">支持格式:pdf/doc/docx/png/jpeg/.zip/.rar</div>
)}
</Form>
</Modal>
......
......@@ -148,7 +148,7 @@ export function columns(res, pages) {
<Button
type="primary"
disabled={
!((row.blueInvoiceState === 1 || row.blueInvoiceState === 3) && row.payState === 3)
(row.blueInvoiceState === 1 || row.blueInvoiceState === 3) && row.payState === 3
}
className={styles.button}
onClick={() => res.edit(1, row)}
......
......@@ -151,7 +151,7 @@ const PaymentMange = () => {
];
return (
<Spin tip="Loading..." spinning={loading} delay={100}>
<Spin tip="处理中..." spinning={loading} delay={100}>
<PageHeaderWrapper>
<ProTable
actionRef={actionRef}
......
......@@ -16,5 +16,10 @@
.ant-btn-primary {
margin-left: 20px;
}
.tipMessage {
margin-top: -20px;
padding-left: 5px;
color: red;
}
}
}
......@@ -129,7 +129,7 @@ const ReconciliationQuery = () => {
</Button>,
];
return (
<Spin tip="Loading..." spinning={loading} delay={100}>
<Spin tip="处理中..." spinning={loading} delay={100}>
<PageHeaderWrapper>
<ProTable
actionRef={actionRef}
......
......@@ -135,7 +135,7 @@ const SettlementSheet = () => {
</Button>,
];
return (
<Spin tip="Loading..." spinning={loading} delay={100}>
<Spin tip="处理中..." spinning={loading} delay={100}>
<PageHeaderWrapper>
<ProTable
actionRef={actionRef}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment