From f9812ca20f1a34809057fdcd8564f7c495fc9693 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Thu, 21 Jul 2022 09:17:52 +0800
Subject: [PATCH] 1
---
src/styles/element-ui.scss | 21 ++++++---------------
1 files changed, 6 insertions(+), 15 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 0a0440b..51dc91e 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -52,7 +52,6 @@
display: flex;
align-items: center;
justify-content: center;
- background-color: red;
}
}
@@ -66,25 +65,17 @@
}
.manage-select {
- background-color: #05243e;
+ background-color: #05243e!important;
}
-.manage-option:hover {
- background-color: #0e7894!important;
-}
+// .manage-option:hover {
+// background-color: #0e7894!important;
+// }
.manage-option {
background-color: #05243e!important;
color: #a5cacc;
}
-// 设置输入框的长度为:102px;
-/deep/.el-input--suffix .el-input__inner {
- padding-right: 102px;
-}
-// 设置输入框的背景色、字体颜色、边框属性设置;
-/deep/.el-input__inner {
- background-color: #003e00;
- color: #fff;
- border: 1px solid #e43179;
-}
+
+
--
Gitblit v1.9.3