refactor: 更改 dropdown 下拉菜单高度

This commit is contained in:
Argo-PD 2020-04-22 21:06:13 +08:00
parent 45695d6b59
commit 629a0d3c92

View File

@ -562,6 +562,15 @@ a {
.dropleft .dropdown-toggle:before {
margin-right: 6px;
}
.dropdown-menu {
max-height: 186px;
overflow: auto;
}
.dropdown-item {
cursor: pointer;
}
/*end dropdown*/
/*collapse*/