瀏覽代碼

fix:7175 修复ProTableCard页面可见区域减小导致内部卡片溢出问题

jackhoo_98 3 年之前
父節點
當前提交
7b4f50c7b4
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/components/ProTableCard/index.less

+ 6 - 0
src/components/ProTableCard/index.less

@@ -360,3 +360,9 @@
     }
   }
 }
+
+@media screen and(max-width:1680px) {
+  .ant-pro-page-container{
+    min-width:1680px
+  }
+}