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

feat: 优化

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