modify zentao bug/task/story card page's srollbar and actionbar
This commit is contained in:
@@ -28,7 +28,11 @@ $(function()
|
||||
xuanAction += "<a href='" + url + "'" + title + target + btnClass + '>' + action + "</a>";
|
||||
});
|
||||
|
||||
xuanAction += '</div>';
|
||||
$('body').append(xuanAction);
|
||||
if(xuanAction != "<div class='xuancard-actions fixed'>"){
|
||||
xuanAction += '</div>';
|
||||
$('body').append(xuanAction);
|
||||
}else{
|
||||
$('#scrollContent').css('height', 'calc(100% - 36px)');
|
||||
}
|
||||
$('.xuancard-actions a.iframe').modalTrigger();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user