Browse Source

设置最小可用尺寸320 480

sw 1 week ago
parent
commit
95cbacda7a
1 changed files with 9 additions and 1 deletions
  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;
+
+}