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