From 24dd327436e48286a3390148e5c5a541a79c7b8a Mon Sep 17 00:00:00 2001
From: TreeWish <1131093754@qq.com>
Date: 星期四, 23 二月 2023 09:46:22 +0800
Subject: [PATCH] Merge branch 'master' of http://103.85.165.99:8989/r/LFWEB_NEW

---
 src/assets/css/global.css |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/assets/css/global.css b/src/assets/css/global.css
index 1f770e0..1eebf89 100644
--- a/src/assets/css/global.css
+++ b/src/assets/css/global.css
@@ -72,4 +72,13 @@
 } 
 .pagination_box{
   margin-top: 25px
+}
+.BoxFlex {
+  display: flex;
+  justify-content: space-around;
+  width: 85%;
+  
+}
+.BoxFlexinput {
+  flex: 1;
 }
\ No newline at end of file

--
Gitblit v1.9.3