From 5b9ce5682127d1b7305cd3f2fe2e182de178bb98 Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期一, 15 三月 2021 17:03:17 +0800
Subject: [PATCH] 搜索面板查询结果bug修复

---
 src/components/panel/ToolBoxPanel.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/panel/ToolBoxPanel.vue b/src/components/panel/ToolBoxPanel.vue
index 1b9fd88..ac33f0f 100644
--- a/src/components/panel/ToolBoxPanel.vue
+++ b/src/components/panel/ToolBoxPanel.vue
@@ -264,7 +264,7 @@
     justify-content: space-around;
 
     .init-choose {
-      background: #305B62;
+      background: @background-color;
       width: 35px;
       height: 35px;
       border-radius: 50%;

--
Gitblit v1.8.0