Browse Source

fix issue

pull/970/head
zhoupzh 3 years ago
parent
commit
03a84dd53a
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      web_src/less/openi.less

+ 3
- 3
web_src/less/openi.less View File

@@ -289,7 +289,7 @@ footer .column{margin-bottom:0!important; padding-bottom:0!important;}
.dropdown-menu { .dropdown-menu {
position: relative; position: relative;
display: inline-block; display: inline-block;
margin-top: 4px;
} }
.hover_active{ .hover_active{
@@ -305,8 +305,8 @@ display: block;
-webkit-box-shadow: none !important; -webkit-box-shadow: none !important;
box-shadow: none !important; box-shadow: none !important;
border-radius: .28571429rem .28571429rem 0 0!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;
} }




Loading…
Cancel
Save