From 3d14449abab5055e2f370be4fa1a31c15c715453 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 24 六月 2022 10:05:51 +0800
Subject: [PATCH] 1.修改部分页面样式
---
src/styles/global.css | 18 +++++++++++++++---
1 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/src/styles/global.css b/src/styles/global.css
index c388c30..3ddbd99 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -12,13 +12,25 @@
.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