tianyunperfect 4 years ago
parent
commit
5601a83303
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/pages/MemoryList/index.tsx

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

@@ -101,7 +101,7 @@ const TableList: React.FC<{}> = () => {
       title: '提醒时间',
       dataIndex: 'remindTime',
       valueType: 'dateTime',
-      width: 150,
+      // width: 150,
       hideInSearch: true,
       hideInForm: true,
       sorter: true
@@ -197,6 +197,7 @@ const TableList: React.FC<{}> = () => {
         }}
         columns={columns}
         // rowSelection={{}}
+        scroll={{x:1000}}
       />
       {modelVisible ? (
         <UpdateForm