From 474268898f7d35316a685823ede1415684019e8c Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期四, 08 四月 2021 14:31:12 +0800 Subject: [PATCH] 统一样式-企业图标修改,搜索样式修改。 --- src/components/panel/ToolBoxPanel.vue | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/panel/ToolBoxPanel.vue b/src/components/panel/ToolBoxPanel.vue index 850d54c..e019544 100644 --- a/src/components/panel/ToolBoxPanel.vue +++ b/src/components/panel/ToolBoxPanel.vue @@ -489,11 +489,15 @@ .special-button { width: 0.1362rem; height: 0.2725rem; - color: #C0C4CC; - border-radius: 0.03rem 50% 50% 0.03rem; + background:@background-color4; + color:@color-tool; + border:1px solid @color-tool; } .special-button:hover{ - color: #00fff6; + background:@background-color; + border:1px solid @color; + box-shadow: 0 0 2px @color; + color:@color; } } } -- Gitblit v1.8.0