mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
移除定时任务左右列固定n
This commit is contained in:
parent
687afce245
commit
1d82310ca1
|
@ -71,7 +71,6 @@ const Crontab = ({ headerStyle, isPhone }: any) => {
|
|||
title: '任务名',
|
||||
dataIndex: 'name',
|
||||
key: 'name',
|
||||
fixed: 'left',
|
||||
width: 150,
|
||||
align: 'center' as const,
|
||||
render: (text: string, record: any) => (
|
||||
|
@ -95,7 +94,6 @@ const Crontab = ({ headerStyle, isPhone }: any) => {
|
|||
title: '任务',
|
||||
dataIndex: 'command',
|
||||
key: 'command',
|
||||
fixed: 'left',
|
||||
width: 250,
|
||||
align: 'center' as const,
|
||||
render: (text: string, record: any) => {
|
||||
|
@ -274,7 +272,6 @@ const Crontab = ({ headerStyle, isPhone }: any) => {
|
|||
key: 'action',
|
||||
align: 'center' as const,
|
||||
width: 90,
|
||||
fixed: 'right',
|
||||
render: (text: string, record: any, index: number) => {
|
||||
const isPc = !isPhone;
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue
Block a user