细节优化
parent
05441b5fd9
commit
cbff8105d0
|
|
@ -97,14 +97,14 @@ $(function()
|
|||
{
|
||||
$(".dd-conent").slideUp(300);
|
||||
$(".theme-popover-mask").hide();
|
||||
$(".theme-popover").css({"position":"static", "top":0, "padding-top":"0"});
|
||||
$(".theme-popover").css({"position":"static", "top":0});
|
||||
}
|
||||
});
|
||||
$(document).on("click", ".theme-popover-mask", function()
|
||||
{
|
||||
$(".dd-conent").slideUp(300);
|
||||
$(".theme-popover-mask").hide();
|
||||
$(".theme-popover").css({"position":"static", "top":0, "padding-top":"0"});
|
||||
$(".theme-popover").css({"position":"static", "top":0});
|
||||
});
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue