提交 cbff8105 编写于 作者: G gongfuxiang

细节优化

上级 05441b5f
......@@ -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});
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册