From 1c0d53fe69f4fe442810d2ccc0cd44ca54931393 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 03 一月 2023 14:45:29 +0800
Subject: [PATCH] 1.优化系统搜索栏布局
---
src/styles/global.css | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/styles/global.css b/src/styles/global.css
index 340c54b..25fa2c7 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -71,7 +71,8 @@
.elForm {
display: flex;
/*justify-content: flex-start;*/
- justify-content: space-between;
+ /*justify-content: space-between;*/
+ /*justify-content: space-around;*/
width: 100%;
flex-wrap: wrap;
}
--
Gitblit v1.9.3