Kaynağa Gözat

修复样式bug

tianyunperfect 4 yıl önce
ebeveyn
işleme
3ddc5ccebd

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