Commit 95b56b44 authored by 张子雨's avatar 张子雨

feat: 优化

parent cf1db44e
...@@ -145,7 +145,7 @@ export function columns(res, pages) { ...@@ -145,7 +145,7 @@ export function columns(res, pages) {
key: 'option', key: 'option',
align: 'center', align: 'center',
fixed: 'right', fixed: 'right',
width: 80, width: '80px',
render: (_, row) => ( render: (_, row) => (
<div> <div>
<Button <Button
......
...@@ -183,7 +183,7 @@ const PaymentMange = () => { ...@@ -183,7 +183,7 @@ const PaymentMange = () => {
}} }}
bordered bordered
toolBarRender={onToolBarRender} toolBarRender={onToolBarRender}
scroll={{ x: '1700px', y: 500 }} scroll={{ x: '2500px', y: 500 }}
/> />
<ToExamineModal <ToExamineModal
......
.button { .button {
display: block; display: block;
margin-bottom: 10px; margin: 0 auto 10px;
} }
.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