mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-25 19:52:48 +00:00
fix(dashboard): task status is truncated in mobile screen
This commit is contained in:
parent
f1c048ec0b
commit
3e8b1eabfc
|
|
@ -263,7 +263,7 @@ const TaskList = () => {
|
|||
</TableSortLabel>
|
||||
</NoWrapTableCell>
|
||||
<NoWrapTableCell width={400}>{t("task.content")}</NoWrapTableCell>
|
||||
<NoWrapTableCell width={100}>{t("task.status")}</NoWrapTableCell>
|
||||
<NoWrapTableCell width={120}>{t("task.status")}</NoWrapTableCell>
|
||||
<NoWrapTableCell width={150}>{t("file.creator")}</NoWrapTableCell>
|
||||
<NoWrapTableCell width={100}>{t("task.node")}</NoWrapTableCell>
|
||||
<NoWrapTableCell width={180}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue