更新样式:增加model窗体close按钮鼠标悬停动画效果,修复bootstrap-table列菜单top间隙
This commit is contained in:
parent
e01bd5d477
commit
f666e20ece
|
@ -17,10 +17,14 @@
|
|||
border-color: #ced4da;
|
||||
}
|
||||
|
||||
.close:focus {
|
||||
outline: none;
|
||||
.close {
|
||||
transition: all .25s linear;
|
||||
}
|
||||
|
||||
.close:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.dropdown-divider {
|
||||
margin: 0.125rem 0;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -17,10 +17,14 @@
|
|||
border-color: #ced4da;
|
||||
}
|
||||
|
||||
.close:focus {
|
||||
outline: none;
|
||||
.close {
|
||||
transition: all .25s linear;
|
||||
}
|
||||
|
||||
.close:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.dropdown-divider {
|
||||
margin: 0.125rem 0;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue