列表界面搜索框兼容性修改
This commit is contained in:
@@ -21540,6 +21540,10 @@ Color library demo
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.form-search .pull-left .input-group {
|
||||
width:384px;
|
||||
}
|
||||
|
||||
|
||||
.filter-action-select-panle {
|
||||
border: 1px solid #c2cad8;
|
||||
@@ -21554,3 +21558,6 @@ Color library demo
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -315,13 +315,13 @@ function filterActionInit() {
|
||||
}
|
||||
|
||||
function fiterPanleShow() {
|
||||
$("#filter-action").find("i").removeClass("fa-angle-double-down").addClass("fa-angle-double-up");
|
||||
$("#filter-btn").find("i").removeClass("fa-angle-double-down").addClass("fa-angle-double-up");
|
||||
$(".btn-search").addClass("hide");
|
||||
$(".filter-action-select-panle").removeClass("hide");
|
||||
}
|
||||
|
||||
function fiterPanleHide() {
|
||||
$("#filter-action").find("i").removeClass("fa-angle-double-up").addClass("fa-angle-double-down");
|
||||
$("#filter-btn").find("i").removeClass("fa-angle-double-up").addClass("fa-angle-double-down");
|
||||
$(".btn-search").removeClass("hide");
|
||||
$(".filter-action-select-panle").addClass("hide");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user