Quellcode durchsuchen

修改css样式

tianyunperfect vor 4 Jahren
Ursprung
Commit
a2be412419
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/pages/MemoryList/index.tsx

+ 2 - 2
src/pages/MemoryList/index.tsx

@@ -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,
       hideInSearch: true,
       hideInForm: true,
       render: (text, row) => {