From 066ec67b7080f07a0e47dda9864ee6be2e4b9053 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 13 Jun 2025 14:03:54 +0800
Subject: [PATCH] Merge branch 'master' of http://124.156.157.155:8060/r/~admin/aerospace-pc

---
 src/App.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 9ec8b16..4dc9e82 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -5,7 +5,7 @@
     <!-- 客服 -->
     <div v-if="!show_kefu" class="service-box">
       <!-- <img
-        src="https://BCWP.com/img/service.5b4a6073.svg"
+        src="https://Deepcoin.com/img/service.5b4a6073.svg"
         alt=""
         width="60"
         height="60"
@@ -144,6 +144,7 @@
 #app {
   min-height: 100vh;
   overflow-x: hidden;
+  background-color: #000;
 }
 body {
   margin: 0;
@@ -177,7 +178,7 @@
 .item-dropdown-wrapper .el-dropdown-menu__item:focus,
 .item-dropdown-wrapper .el-dropdown-menu__item:not(.is-disabled):hover {
   background-color: transparent !important;
-  color: #1d91ff !important;
+  color: #f7b328 !important;
 }
 
 .quotes-dropdown.el-dropdown-menu {

--
Gitblit v1.9.3