소스 검색

修改css样式

tianyunperfect 4 년 전
부모
커밋
a2be412419
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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) => {