Commit 051f154696913ec5bac3b16a0db3acb79defcdbb
1 parent
06742589
git
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -7015,8 +7015,8 @@ li.active-menu-admin:hover a .ico_num { |
7015 | 7015 | list-style: none; |
7016 | 7016 | float: left; |
7017 | 7017 | background: #f1f1f1; |
7018 | - height: 42px; | |
7019 | - line-height: 42px; | |
7018 | + height: 40px; | |
7019 | + line-height: 40px; | |
7020 | 7020 | color: inherit; |
7021 | 7021 | font-size: 15px; |
7022 | 7022 | cursor: pointer; |
... | ... | @@ -7047,7 +7047,7 @@ li.active-menu-admin:hover a .ico_num { |
7047 | 7047 | border-bottom: 1px solid #fff; |
7048 | 7048 | position: absolute; |
7049 | 7049 | left: 0; |
7050 | - bottom: 2px; | |
7050 | + bottom: 0; | |
7051 | 7051 | content: ''; |
7052 | 7052 | box-sizing: border-box; |
7053 | 7053 | } | ... | ... |