更新样式:增加model窗体close按钮鼠标悬停动画效果,修复bootstrap-table列菜单top间隙

This commit is contained in:
Argo-MacBookPro 2018-09-29 14:25:32 +08:00
parent e01bd5d477
commit f666e20ece
2 changed files with 20 additions and 4 deletions

View File

@ -17,10 +17,14 @@
border-color: #ced4da; border-color: #ced4da;
} }
.close:focus { .close {
outline: none; transition: all .25s linear;
} }
.close:focus {
outline: none;
}
.dropdown-divider { .dropdown-divider {
margin: 0.125rem 0; margin: 0.125rem 0;
} }
@ -144,6 +148,10 @@ input.pending {
border-bottom: none; border-bottom: none;
} }
.bootstrap-table .fixed-table-toolbar .columns-right .btn-group .dropdown-menu {
padding: 10px 0;
}
.card { .card {
margin-bottom: 15px; margin-bottom: 15px;
} }

View File

@ -17,10 +17,14 @@
border-color: #ced4da; border-color: #ced4da;
} }
.close:focus { .close {
outline: none; transition: all .25s linear;
} }
.close:focus {
outline: none;
}
.dropdown-divider { .dropdown-divider {
margin: 0.125rem 0; margin: 0.125rem 0;
} }
@ -144,6 +148,10 @@ input.pending {
border-bottom: none; border-bottom: none;
} }
.bootstrap-table .fixed-table-toolbar .columns-right .btn-group .dropdown-menu {
padding: 10px 0;
}
.card { .card {
margin-bottom: 15px; margin-bottom: 15px;
} }