From d33eacc1f85ac3a736b33ba4713a19aae466d711 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 05 八月 2022 16:42:53 +0800
Subject: [PATCH] 1.做适应平板显示的内容大小

---
 src/styles/global.css |   25 +++++++++++++++++++++----
 1 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/src/styles/global.css b/src/styles/global.css
index 84c6dc0..71fb220 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -3,22 +3,39 @@
   height: 100%;
   margin: 0;
   padding: 0;
-  min-width: 1800px;
+  /*min-width: 1800px;*/
   /*overflow-y: hidden;*/
   /*overflow-x: hidden;*/
+
+  -moz-osx-font-smoothing: grayscale;
+  -webkit-font-smoothing: antialiased;
+  text-rendering: optimizeLegibility;
+  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
 }
 
 
 .body {
   display: flex;
   flex-direction: column;
-  height: 800px;
-  background-color: #eee;
+  height: 100%;
+  /*background-color: #eee;*/
   margin: 0;
-  padding: 30px 10px 0 20px;
+  padding: 0 10px;
 }
 
+.elForm {
+  display: flex;
+  justify-content: flex-start;
+  width: 100%;
+  flex-wrap: wrap;
+}
 
+.elTableDiv {
+  display: flex;
+  border: 1px solid #eee;
+  width: 99%;
+  margin: 0 auto;
+}
 
 /*
 瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙

--
Gitblit v1.9.3