mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-24 07:16:08 +08:00
修改定时任务状态宽度
This commit is contained in:
parent
9479c2498c
commit
9b16dca9da
|
@ -269,7 +269,7 @@ const Crontab = () => {
|
||||||
key: 'status',
|
key: 'status',
|
||||||
dataIndex: 'status',
|
dataIndex: 'status',
|
||||||
align: 'center' as const,
|
align: 'center' as const,
|
||||||
width: 85,
|
width: 88,
|
||||||
filters: [
|
filters: [
|
||||||
{
|
{
|
||||||
text: '运行中',
|
text: '运行中',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user