From 63ad2c3598400370dd7da5534659fd7e768a0a4a Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 May 2022 17:29:46 +0800
Subject: [PATCH] 地址替换
---
src/styles/element-ui.scss | 72 ++++++++++++++++++++++++++++++++++--
1 files changed, 68 insertions(+), 4 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 2441bbf..716ce59 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -82,6 +82,7 @@
background-color: $mainB !important;
// border:1px solid $mainB !important;
//padding: 16px !important;
+ // aa
}
.el-divider--horizontal {
@@ -112,6 +113,7 @@
.el-table__body tr.hover-row > td {
background-color: $mainBhover !important;
}
+
.el-button--text {
color: $fontColor !important;
}
@@ -145,13 +147,23 @@
color: $fontColor !important;
}
.el-menu-item:hover {
- // background-color: $mainBhover !important;
- color: red !important;
+ background-color: $mainBhover !important;
+ // color: red !important;
}
.el-input__inner {
background-color: $inputB !important;
color: $fontColor !important;
}
+
+.el-range-input{
+ background-color: $inputB !important;
+ color: $fontColor !important;
+}
+
+.el-date-editor .el-range-separator{
+ color: $fontColor !important;
+}
+
.el-tree-node__content {
background-color: $mainB !important;
color: $fontColor !important;
@@ -171,7 +183,7 @@
color: $fontColor !important;
}
.el-tree {
- background-color: $inputB !important;
+ background-color: $mainB !important;
color: $fontColor !important;
}
.el-table th {
@@ -201,7 +213,7 @@
//表格等待
.el-loading-mask {
- background-color: $inputB1 !important;
+ background-color: $mainB !important;
}
//附件上传弹窗中心
@@ -407,3 +419,55 @@
.avue-main {
background-color: $mainBx2 !important;
}
+
+//角色管理 权限设置
+.el-tabs--border-card {
+ background-color: $mainB !important;
+}
+
+.el-tabs--border-card > .el-tabs__header {
+ background-color: $mainB !important;
+}
+.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
+ background-color: transparent !important;
+ border-bottom: 1px solid $mainB !important;
+}
+//菜单scroll
+.menuClass .el-card {
+ height: auto !important;
+}
+
+//机构管理
+.deptClass .el-card {
+ height: auto !important;
+}
+
+//bug窗口删除清空弹窗标题
+.el-message-box__title {
+ color: #fff !important;
+}
+
+//时间选择器颜色
+.el-date-picker__header-label {
+ color: #fff !important;
+}
+
+.el-time-spinner__item {
+ color: rgb(197, 197, 197) !important;
+}
+
+.el-time-spinner__item.active:not(.disabled) {
+ color: #fff !important;
+}
+
+// .activitys .el-form-item__content {
+// width: 200px !important;
+// }
+.avue-map .el-input-group__append {
+ border: 1px solid #fff;
+}
+
+.mapClassTip {
+ position: relative;
+ left: -100px;
+}
--
Gitblit v1.9.3