From 539d1ce6b955d5d56b21d97590a2a684c400f64a Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123 <819527061@qq.com> Date: 星期三, 11 一月 2023 09:55:16 +0800 Subject: [PATCH] 细节调节 --- src/views/padSunmaryProcedure/Home.vue | 37 +++++++++++++++++++++++-------------- 1 files changed, 23 insertions(+), 14 deletions(-) diff --git a/src/views/padSunmaryProcedure/Home.vue b/src/views/padSunmaryProcedure/Home.vue index 1da1e81..244253e 100644 --- a/src/views/padSunmaryProcedure/Home.vue +++ b/src/views/padSunmaryProcedure/Home.vue @@ -6,28 +6,37 @@ <script> export default { - name: "Home" + name: 'Home', + data() { + return {} + }, } </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