From 7e03e0254e5667d0a4edb95a6562ccdfbd06df74 Mon Sep 17 00:00:00 2001
From: 钟日健 <arsn163@163.com>
Date: Wed, 04 Jan 2023 17:04:09 +0800
Subject: [PATCH] 样式调整

---
 src/components/select/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/select/index.vue b/src/components/select/index.vue
index b5aad47..02e6155 100644
--- a/src/components/select/index.vue
+++ b/src/components/select/index.vue
@@ -118,13 +118,13 @@
             justify-content: flex-start;
             align-items: center;
             line-height: 35px;
-            background: rgba(33, 61, 106, 0.8); //下拉框默认背景
+            background: rgba(35, 50, 167, 0.7); //下拉框默认背景
             cursor: pointer;
         }
 
         //鼠标移到下拉框时的背景
         div:hover {
-            background: rgba(36, 120, 162, 0.8);
+            background: rgba(45,92,200, 0.8);
             color: white;
         }
 

--
Gitblit v1.9.3