From 7600d3d84bf3bd78f58a5308a4fd5bed8b206556 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Tue, 08 Mar 2022 10:20:09 +0800
Subject: [PATCH] +选择完成人员
---
static/style/app.scss | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/static/style/app.scss b/static/style/app.scss
index 5ce33a4..90302be 100644
--- a/static/style/app.scss
+++ b/static/style/app.scss
@@ -79,3 +79,18 @@
background-color: $u-content-color;
}
/* end--演示页面使用的统一样式--end */
+
+
+.fren-main {
+ height: auto;
+ display: flex;
+ // justify-content: center;
+ flex-wrap: wrap;
+
+ .u-checkbox__label {
+ min-width: 45px !important;
+ }
+ .fren-main-but{
+ width: 100%;
+ }
+ }
\ No newline at end of file
--
Gitblit v1.9.3