Merge branch 'sprint/zentaobiz10' into 'master'

* Fix bug #24865.

See merge request easycorp/zentaopms!4419
This commit is contained in:
刘刚
2022-07-08 00:01:15 +00:00
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
$(document).ready(function()
{
limitIframeLevel();
if(config.onlybody == 'yes') $('.main-actions').css({width: '100%', minWidth: '100%'});
});
$('#tostory').click(function()
+5
View File
@@ -1,3 +1,8 @@
$(function()
{
if(config.onlybody == 'yes') $('.main-actions').css('width', '100%');
});
function assign(taskID, assignedTo)
{
$('.assign').width(150);
+2
View File
@@ -1,5 +1,7 @@
$(function()
{
if(config.onlybody == 'yes') $('.main-actions').css('width', '100%');
$('#toStoryLink').click(function()
{
$('#productModal .modal-body .input-group .input-group-btn').addClass('hidden');