更新样式:增加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,6 +17,10 @@
border-color: #ced4da;
}
.close {
transition: all .25s linear;
}
.close:focus {
outline: none;
}
@ -144,6 +148,10 @@ input.pending {
border-bottom: none;
}
.bootstrap-table .fixed-table-toolbar .columns-right .btn-group .dropdown-menu {
padding: 10px 0;
}
.card {
margin-bottom: 15px;
}

View File

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