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

style: 优化样式

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