소스 검색

feat: merge

xieyonghong 3 년 전
부모
커밋
ea1ef1b2e7
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;
+  }
+}