Skip to content

Commit aafce08

Browse files
committed
scriptList column width bigger
1 parent 9efe9dd commit aafce08

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/web/src/pages/task/list.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ const TaskListSimpPage: NextPage = () => {
9696
{
9797
Header: t('Running status'),
9898
id: 'runningStatus',
99+
width: 200,
99100
Cell: ({ row: {original: or} }) => {
100101
let status;
101102
let endDate;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
section.script-list-wrap{
22
overflow-x: auto;
33
table.script-list{
4-
min-width: 600px;
4+
min-width: 768px;
55
}
66
}

0 commit comments

Comments
 (0)