瀏覽代碼

修复样式bug

tianyunperfect 4 年之前
父節點
當前提交
3ddc5ccebd
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      src/pages/MemoryList/index.less
  2. 1 1
      src/pages/MemoryList/index.tsx

+ 1 - 0
src/pages/MemoryList/index.less

@@ -6,6 +6,7 @@
 }
 .listHeight{
   max-height: 150px !important;
+  max-width: 400px !important;
   overflow: hidden;
   img{
     max-height: 100px !important;

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

@@ -89,7 +89,7 @@ const TableList: React.FC<{}> = () => {
     {
       title: '间隔时间',
       dataIndex: 'period',
-      width: 120,
+      width: 110,
       hideInSearch: true,
       hideInForm: true,
       render: (text, row) => {