Commit 6b98462e authored by lxd's avatar lxd

feat: 样式修复

parent 03447303
...@@ -25,5 +25,5 @@ export function detailsModal() { ...@@ -25,5 +25,5 @@ export function detailsModal() {
export const formItemLayout = { export const formItemLayout = {
labelCol: { span: 6 }, labelCol: { span: 6 },
wrapperCol: { span: 14 }, wrapperCol: { span: 18 },
}; };
...@@ -82,7 +82,7 @@ class toExamine extends Component { ...@@ -82,7 +82,7 @@ class toExamine extends Component {
})(<Input.TextArea rows={5} disabled />)} })(<Input.TextArea rows={5} disabled />)}
</FormItem> </FormItem>
) : ( ) : (
'' <div className="tipMessage">支持格式:pdf/doc/docx/png/jpeg/.zip/.rar</div>
)} )}
</Form> </Form>
</Modal> </Modal>
......
...@@ -148,7 +148,7 @@ export function columns(res, pages) { ...@@ -148,7 +148,7 @@ export function columns(res, pages) {
<Button <Button
type="primary" type="primary"
disabled={ disabled={
!((row.blueInvoiceState === 1 || row.blueInvoiceState === 3) && row.payState === 3) (row.blueInvoiceState === 1 || row.blueInvoiceState === 3) && row.payState === 3
} }
className={styles.button} className={styles.button}
onClick={() => res.edit(1, row)} onClick={() => res.edit(1, row)}
......
...@@ -151,7 +151,7 @@ const PaymentMange = () => { ...@@ -151,7 +151,7 @@ const PaymentMange = () => {
]; ];
return ( return (
<Spin tip="Loading..." spinning={loading} delay={100}> <Spin tip="处理中..." spinning={loading} delay={100}>
<PageHeaderWrapper> <PageHeaderWrapper>
<ProTable <ProTable
actionRef={actionRef} actionRef={actionRef}
......
...@@ -16,5 +16,10 @@ ...@@ -16,5 +16,10 @@
.ant-btn-primary { .ant-btn-primary {
margin-left: 20px; margin-left: 20px;
} }
.tipMessage {
margin-top: -20px;
padding-left: 5px;
color: red;
}
} }
} }
...@@ -129,7 +129,7 @@ const ReconciliationQuery = () => { ...@@ -129,7 +129,7 @@ const ReconciliationQuery = () => {
</Button>, </Button>,
]; ];
return ( return (
<Spin tip="Loading..." spinning={loading} delay={100}> <Spin tip="处理中..." spinning={loading} delay={100}>
<PageHeaderWrapper> <PageHeaderWrapper>
<ProTable <ProTable
actionRef={actionRef} actionRef={actionRef}
......
...@@ -135,7 +135,7 @@ const SettlementSheet = () => { ...@@ -135,7 +135,7 @@ const SettlementSheet = () => {
</Button>, </Button>,
]; ];
return ( return (
<Spin tip="Loading..." spinning={loading} delay={100}> <Spin tip="处理中..." spinning={loading} delay={100}>
<PageHeaderWrapper> <PageHeaderWrapper>
<ProTable <ProTable
actionRef={actionRef} 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