From e05684a5b3308d3751cd5f10bf144b2118617acf Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期一, 15 三月 2021 11:51:51 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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