Commit 51e8a84c authored by guang.wu's avatar guang.wu

style: 优化样式

parent 72b5bce0
...@@ -200,6 +200,7 @@ export function columns(res, pages) { ...@@ -200,6 +200,7 @@ export function columns(res, pages) {
dataIndex: 'option', dataIndex: 'option',
// valueType: 'option', // valueType: 'option',
key: 'option', key: 'option',
width: '220px',
align: 'center', align: 'center',
fixed: 'right', fixed: 'right',
render: (_, row) => ( render: (_, row) => (
...@@ -244,7 +245,7 @@ export function columns(res, pages) { ...@@ -244,7 +245,7 @@ export function columns(res, pages) {
</Button> </Button>
<Button <Button
type="primary" type="primary"
className={styles.button} className={styles.btnMax}
disabled={row.payState !== 5} disabled={row.payState !== 5}
onClick={() => res.onPaymentOrder(1, row)} onClick={() => res.onPaymentOrder(1, row)}
> >
......
.button { .button {
display: block; width: 88px;
margin: 0 auto 10px; margin: 0 auto 10px;
padding: 0;
text-align: center;
}
.button:nth-child(even) {
margin-left: 10px;
}
.btnMax {
width: auto;
padding: 4px 15px;
} }
.uploadButton { .uploadButton {
......
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