From 03a84dd53a93d35c52fa02e75a6848e4870327a2 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Thu, 25 Nov 2021 18:11:01 +0800 Subject: [PATCH] fix issue --- web_src/less/openi.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web_src/less/openi.less b/web_src/less/openi.less index 67707020e..8980c7680 100644 --- a/web_src/less/openi.less +++ b/web_src/less/openi.less @@ -289,7 +289,7 @@ footer .column{margin-bottom:0!important; padding-bottom:0!important;} .dropdown-menu { position: relative; display: inline-block; - margin-top: 4px; + } .hover_active{ @@ -305,8 +305,8 @@ display: block; -webkit-box-shadow: none !important; box-shadow: none !important; border-radius: .28571429rem .28571429rem 0 0!important; - color: rgba(0,0,0,.95); - border-top-width: 1px; + color: rgba(0,0,0,.95) !important; + border-top-width: 1px !important; }