From 6f3cbab6a74ea6dbf419eca60d45715a0090263e Mon Sep 17 00:00:00 2001
From: yang <1441163367@qq.com>
Date: 星期五, 28 十月 2022 14:56:05 +0800
Subject: [PATCH] 修改问题

---
 src/views/padSunmaryProcedure/Home.vue |   33 ++++++++++++++++++++-------------
 1 files changed, 20 insertions(+), 13 deletions(-)

diff --git a/src/views/padSunmaryProcedure/Home.vue b/src/views/padSunmaryProcedure/Home.vue
index 1da1e81..f0a2638 100644
--- a/src/views/padSunmaryProcedure/Home.vue
+++ b/src/views/padSunmaryProcedure/Home.vue
@@ -11,23 +11,30 @@
 </script>
 
 <style scoped>
-  @media screen and (min-width: 1920px){
-    html{
+.padHome{
+  height: 100%;
+  overflow: auto;
+}
+/*  @media screen and (min-width: 1200px){
+    .padHome{
       font-size: 12px;
+      width: 100%;
+      height: 100%;
     }
   }
-  @media screen and (min-width: 1920px){
-    html{
-      font-size: 12px;
+  @media only screen and (min-width: 768px) and(max-width: 1199px) {
+    .padHome{
+      font-size: 16px;
+      width: 100%;
+      height: 100%;
     }
   }
-  @media screen and (min-width: 1920px){
-    html{
-      font-size: 12px;
+  @media only screen and (max-width: 768px) {
+    .padHome{
+      font-size: 16px;
+      width: 100%;
+      height: 100%;
     }
-  }
-  .padHome{
-    width: 100%;
-    height: 100%;
-  }
+  }*/
+
 </style>

--
Gitblit v1.9.1