leaui image fix bugs

This commit is contained in:
life
2014-07-15 20:55:28 +08:00
parent 7db9d95108
commit fe10dbbd77
11 changed files with 154 additions and 102 deletions

View File

@ -159,8 +159,8 @@ define('leaui_image', ['jquery.ui.widget', 'fileupload'], function(){
$("#upload").show();
}
function hideUpload() {
$("#upload").css("z-index", 0).css("top", "auto");
function hideUpload() {
$("#upload").css("z-index", 0).css("top", "auto").hide();
}
// drag css