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

feat: 修复错位问题

parent 95b56b44
......@@ -141,11 +141,10 @@ export function columns(res, pages) {
{
title: '操作',
dataIndex: 'option',
valueType: 'option',
// valueType: 'option',
key: 'option',
align: 'center',
fixed: 'right',
width: '80px',
render: (_, row) => (
<div>
<Button
......
......@@ -183,7 +183,7 @@ const PaymentMange = () => {
}}
bordered
toolBarRender={onToolBarRender}
scroll={{ x: '2500px', y: 500 }}
scroll={{ x: '100%', y: 500 }}
/>
<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