From f5641fd76ef90a66599e8ce121f3acfd97d779e8 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 16 Jul 2021 11:44:43 +0800
Subject: [PATCH] 样式

---
 src/styles/element-ui.scss |   45 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 4cae318..2441bbf 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -357,8 +357,53 @@
 .el-date-table.is-week-mode .el-date-table__row:hover div {
   background-color: $inputB1 !important;
 }
+.el-picker-panel__icon-btn {
+  color: $fontColor !important;
+}
 
 //首页的body不加颜色
 #avue-view .el-card__body {
   background-color: transparent !important;
 }
+//top导航颜色
+.avue-header {
+  background-color: $mainB !important;
+}
+
+//表格斑马线
+// .theme-deep-bule .el-card .el-table td {
+//   background-color: $mainB !important;
+// }
+// .theme-deep-bule .el-card .el-table td,
+// .theme-deep-bule .el-card .el-table th.is-leaf {
+//   border-color: $mainB !important;
+// }
+// .theme-deep-bule .el-card .el-table td {
+//   background-color: $mainB !important;
+// }
+// .el-table__row:hover {
+//   background-color: $mainBhover !important;
+// }
+
+//表格右侧白色
+.el-table__fixed-right-patch {
+  background-color: $mainB !important;
+}
+.el-table--border th,
+.el-table__fixed-right-patch {
+  border-bottom: $mainB !important;
+}
+//子表单
+.el-collapse-item__header {
+  background-color: $mainB !important;
+  color: $fontColor !important;
+}
+.avue-group__icon,
+.avue-group__title {
+  color: $fontColor !important;
+}
+
+//main背景
+.avue-main {
+  background-color: $mainBx2 !important;
+}

--
Gitblit v1.9.3