设置最小宽度1600px

This commit is contained in:
禺狨
2023-03-22 16:56:52 +08:00
parent 00d393d123
commit 36e8a587f0
2 changed files with 4 additions and 1 deletions

View File

@@ -164,7 +164,6 @@ export const CoursePage = () => {
{
title: "创建时间",
dataIndex: "created_at",
width: 200,
render: (text: string) => <span>{dateFormat(text)}</span>,
},
{