From ce3c9d345a27d3a86e6c096d927f3ee619b6e68f Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123 <819527061@qq.com>
Date: 星期三, 26 十月 2022 13:46:50 +0800
Subject: [PATCH] 细节

---
 src/views/padSunmaryProcedure/Home.vue |   28 +++++++++++++++++++++++++---
 1 files changed, 25 insertions(+), 3 deletions(-)

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

--
Gitblit v1.9.1