更新样式:微调数据导出按钮样式,增加hover特效 link #IS7XU
This commit is contained in:
parent
6c9eb3a244
commit
64944f041c
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue