From 72977cc7a1e8ba76b6e2adbbd8eedb6d2efd5557 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Tue, 08 Mar 2022 15:37:59 +0800
Subject: [PATCH] +人员查询样式修改,我参与加取消弹窗
---
static/style/app.scss | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/static/style/app.scss b/static/style/app.scss
index 90302be..16facec 100644
--- a/static/style/app.scss
+++ b/static/style/app.scss
@@ -93,4 +93,17 @@
.fren-main-but{
width: 100%;
}
- }
\ No newline at end of file
+ }
+ .bomButin {
+ .u-grid,
+ .u-grid-item {
+ border-radius: 10px;
+ }
+ .u-border-bottom:after,
+ .u-border-left:after,
+ .u-border-right:after,
+ .u-border-top-bottom:after,
+ .u-border-top:after,
+ .u-border:after {
+ border: 0px solid transparent !important;
+ }}
\ No newline at end of file
--
Gitblit v1.9.3