更新样式:微调数据导出按钮样式,增加hover特效 link #IS7XU

This commit is contained in:
Argo Zhang 2019-03-07 22:34:44 +08:00
parent 6c9eb3a244
commit 64944f041c
2 changed files with 14 additions and 1 deletions

View File

@ -16,7 +16,8 @@
color: rgba(0, 0, 0, 0.9);
}
.dropdown-item:hover, .nav .dropdown-item:nth-of-type(odd):hover, .dropdown-item:active, .dropdown-item.active {
.dropdown-item:hover, .nav .dropdown-item:nth-of-type(odd):hover, .dropdown-item:active, .dropdown-item.active,
.bootstrap-table .export .dropdown-menu li:hover {
background-color: #77afd5;
}

View File

@ -411,6 +411,18 @@ input.pending {
margin-bottom: 6px;
}
.bootstrap-table .export .dropdown-menu a {
min-width: 110px;
}
.bootstrap-table .export .dropdown-menu {
padding-bottom: 8px;
}
.bootstrap-table .export .dropdown-menu li:hover {
background-color: #f8f9fa;
}
.card-body .bootstrap-table {
margin-top: -10px;
}