Преглед изворни кода

Merge pull request #642 from jetlinks/next-hub

fix:7175 修复ProTableCard页面可见区域减小导致内部卡片溢出问题
胡彪 пре 3 година
родитељ
комит
70ea1f2d1a
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
+  }
+}