From 8575fb03f7d4428f1c20a8ee21f1fa761e57b771 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 17 Jul 2021 11:16:33 +0800
Subject: [PATCH] 样式 子表单
---
src/styles/element-ui.scss | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 8dd9333..f50106f 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -380,3 +380,12 @@
.el-table--striped .el-table__body tr.el-table__row--striped td {
background-color: transparent !important;
}
+
+//用户管理
+.el-collapse-item__header {
+ background-color: $mainB !important;
+}
+.avue-group__icon,
+.avue-group__title {
+ color: $fontColor !important;
+}
--
Gitblit v1.9.3