修复定时任务操作宽度

This commit is contained in:
hanhh 2021-09-24 22:28:25 +08:00
parent c7ba304c6a
commit 623f239f91

View File

@ -273,7 +273,7 @@ const Crontab = ({ headerStyle, isPhone }: any) => {
title: '操作', title: '操作',
key: 'action', key: 'action',
align: 'center' as const, align: 'center' as const,
width: 80, width: 90,
fixed: 'right', fixed: 'right',
render: (text: string, record: any, index: number) => { render: (text: string, record: any, index: number) => {
const isPc = !isPhone; const isPc = !isPhone;