mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-25 00:16:06 +08:00
修复定时任务操作宽度
This commit is contained in:
parent
c7ba304c6a
commit
623f239f91
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user