@@ -64,7 +64,7 @@ const TableList: React.FC<{}> = () => {
{
title: '背面',
dataIndex: 'back',
- width: 150,
+ width: 140,
hideInSearch: true,
render: (text, row) => {
const show = getTextFromHtml(row.back);
@@ -78,7 +78,7 @@ const TableList: React.FC<{}> = () => {
title: '间隔时间',
dataIndex: 'period',
- width: 100,
+ width: 120,
hideInForm: true,