Kaynağa Gözat

设置最小可用尺寸320 480

sw 2 ay önce
ebeveyn
işleme
95cbacda7a
1 değiştirilmiş dosya ile 9 ekleme ve 1 silme
  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;
+
+}