mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
修复定时任务操作宽度
This commit is contained in:
@@ -273,7 +273,7 @@ const Crontab = ({ headerStyle, isPhone }: any) => {
|
||||
title: '操作',
|
||||
key: 'action',
|
||||
align: 'center' as const,
|
||||
width: 80,
|
||||
width: 90,
|
||||
fixed: 'right',
|
||||
render: (text: string, record: any, index: number) => {
|
||||
const isPc = !isPhone;
|
||||
|
||||
Reference in New Issue
Block a user