更新样式:微调通知栏下拉框位置

This commit is contained in:
Argo-MacBookPro 2018-10-01 13:00:36 +08:00
parent 4a1dd62616
commit 13bb3fa1fe
1 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ a, a:hover, a:focus {
.nav .dropdown-menu {
width: 235px;
border: none;
margin-left: -74px;
margin-left: -98px;
margin-top: 12px;
}
@ -178,7 +178,7 @@ a, a:hover, a:focus {
border-style: solid;
border-width: 0 9px 9px;
position: absolute;
left: 85px;
left: 108px;
top: -9px;
}