细节优化

feat/task1-c-wallet
gongfuxiang 2019-02-18 21:59:46 +08:00
parent 05441b5fd9
commit cbff8105d0
1 changed files with 2 additions and 2 deletions

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