From c0c79d9b58705a3c8c13ea9f23b1dd0f724a04af Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期一, 19 十月 2020 19:14:52 +0800 Subject: [PATCH] 搜索集群节点样式更新 --- src/pages/search/index/App.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/search/index/App.vue b/src/pages/search/index/App.vue index 08426d8..44cca51 100644 --- a/src/pages/search/index/App.vue +++ b/src/pages/search/index/App.vue @@ -108,8 +108,8 @@ right: 0; top: 0; bottom: 0; - border-right: 2px solid #eee; - border-left: 1px solid #bbb; + border-right: 2px solid #efefef; + border-left: 1px solid #e0e0e0; pointer-events: none; } .resize-bar:hover ~ .resize-line, -- Gitblit v1.8.0