From 980429f88cc45d282369b3fc5467b1b25cefaf42 Mon Sep 17 00:00:00 2001
From: YANGDL <114714267@qq.com>
Date: 星期一, 15 三月 2021 18:05:15 +0800
Subject: [PATCH] 样式修改为全局

---
 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