Explorar o código

Merge pull request #642 from jetlinks/next-hub

fix:7175 修复ProTableCard页面可见区域减小导致内部卡片溢出问题
胡彪 %!s(int64=3) %!d(string=hai) anos
pai
achega
70ea1f2d1a
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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
+  }
+}