From a2a5df54da3dc866a890286bf1f49962a19786d6 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期一, 15 三月 2021 11:27:35 +0800 Subject: [PATCH] table样式 --- 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