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) => {