细节优化

This commit is contained in:
gongfuxiang
2019-02-18 21:59:46 +08:00
parent 05441b5fd9
commit cbff8105d0

View File

@ -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});
});