style: 设置每页数据条数样式

This commit is contained in:
Argo Zhang 2020-02-04 16:02:51 +08:00
parent 4202871c29
commit 45bf73114e
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 19 additions and 0 deletions

View File

@ -205,6 +205,25 @@ nav .dropdown .nav-link-close.dropdown-toggle:after {
margin-bottom: 1rem;
}
.nav .pagination-bar .dropdown-menu {
width: 160px;
}
.nav .pagination-bar .dropdown-menu .dropdown-item {
background-color: unset;
border-bottom: none;
font-size: 0.875rem;
padding: 6px 20px;
}
.nav .pagination-bar .dropdown-menu .dropdown-item.active, .nav .pagination-bar .dropdown-menu .dropdown-item:hover {
background-color: #77afd5;
}
.nav .pagination-bar [data-toggle="dropdown"]:hover {
color: #fff;
}
.toast {
position: absolute;
z-index: -1;