From 8e43744f4be885d994b35bb5f4473711b0615cb9 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Tue, 08 Mar 2022 18:49:06 +0800
Subject: [PATCH] +人员查询  样式调整

---
 static/style/app.scss |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/static/style/app.scss b/static/style/app.scss
index 16facec..582188b 100644
--- a/static/style/app.scss
+++ b/static/style/app.scss
@@ -106,4 +106,22 @@
 			.u-border-top:after,
 			.u-border:after {
 				border: 0px solid transparent !important;
-			}}
\ No newline at end of file
+			}}
+.people {
+		width: 100%;
+		height: auto;
+		// border: 1px solid red;
+.u-card.u-border.u-card--border{
+	border: 1px solid rgba($color: #103289, $alpha: .5);
+}
+		.u-card{
+			margin: 0px 0 10px !important;
+		}
+		.u-card__head.u-border-bottom,.u-card__body,.u-card__foot.u-border-top{
+			padding-top: 10px !important;
+			padding-bottom: 10px !important;
+		}
+		
+		
+	}
+		
\ No newline at end of file

--
Gitblit v1.9.3