소스 검색

设置最小可用尺寸320 480

sw 2 달 전
부모
커밋
95cbacda7a
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. 9 1
      src/app.css

+ 9 - 1
src/app.css

@@ -1,3 +1,11 @@
 @tailwind base;
 @tailwind components;
-@tailwind utilities;
+@tailwind utilities;
+
+html,page, body {
+  min-width: 320PX !important;
+  min-height: 480PX !important;
+  overflow:auto !important;
+  overflow-y: auto !important;
+
+}