Browse Source

feat: merge

xieyonghong 3 years ago
parent
commit
ea1ef1b2e7
1 changed files with 6 additions and 0 deletions
  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;
+  }
+}