Explorar el Código

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

jackhoo_98 hace 3 años
padre
commit
7b4f50c7b4
Se han modificado 1 ficheros con 6 adiciones y 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
+  }
+}