Commit 1bf93a61 authored by 张子雨's avatar 张子雨

feat: 修复错位问题

parent 95b56b44
...@@ -141,11 +141,10 @@ export function columns(res, pages) { ...@@ -141,11 +141,10 @@ export function columns(res, pages) {
{ {
title: '操作', title: '操作',
dataIndex: 'option', dataIndex: 'option',
valueType: 'option', // valueType: 'option',
key: 'option', key: 'option',
align: 'center', align: 'center',
fixed: 'right', fixed: 'right',
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: '2500px', y: 500 }} scroll={{ x: '100%', y: 500 }}
/> />
<ToExamineModal <ToExamineModal
......
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