修改样式:菜单弹窗modal-body .dd增加下间隙15px

This commit is contained in:
Argo-MacBookPro 2018-08-15 16:35:38 +08:00
parent 6456d36aeb
commit 1036705b2e
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ ul li {
list-style: none;
}
.modal-body .dd {
margin-bottom: 15px;
}
a, a:hover, a:focus {
text-decoration: none;
outline: none;