فهرست منبع

fix: 通知配置卡片样式优化

wzyyy 3 سال پیش
والد
کامیت
e0a434e078
2فایلهای تغییر یافته به همراه7 افزوده شده و 6 حذف شده
  1. 5 5
      src/components/ProTableCard/index.less
  2. 2 1
      src/pages/notice/Config/index.tsx

+ 5 - 5
src/components/ProTableCard/index.less

@@ -361,8 +361,8 @@
   }
 }
 
-@media screen and(max-width: 1680px) {
-  .ant-pro-page-container {
-    min-width: 1680px;
-  }
-}
+// @media screen and(max-width: 1680px) {
+//   .ant-pro-page-container {
+//     min-width: 1680px;
+//   }
+// }

+ 2 - 1
src/pages/notice/Config/index.tsx

@@ -333,7 +333,8 @@ const Config = observer(() => {
             </PermissionButton>
           </Space>
         }
-        gridColumn={3}
+        // gridColumn={3}
+        gridColumns={[2, 2, 3]}
         request={async (params) =>
           service.query({ ...params, sorts: [{ name: 'createTime', order: 'desc' }] })
         }