From 2d4afa25d167bc158b6ca4fb3a5d09dec1f0ec6e Mon Sep 17 00:00:00 2001
From: guanqp <2634859599@qq.com>
Date: Tue, 19 Jul 2022 18:21:04 +0800
Subject: [PATCH] 更改

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

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 05abcc4..0a0440b 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -52,6 +52,7 @@
             display: flex;
             align-items: center;
             justify-content: center;
+            background-color: red;
         }
     }
 
@@ -62,4 +63,28 @@
         background: transparent !important;
         border: none !important;
     }
-}
\ No newline at end of file
+}
+
+.manage-select {
+    background-color: #05243e;
+}
+
+.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