Merge branch dev/bug-68920 of zentao/zentaopms (#13337)
This commit is contained in:
@@ -1342,7 +1342,7 @@ window.browserNotify = function()
|
||||
placement: 'bottom-right',
|
||||
time: 0,
|
||||
icon: 'envelope-o',
|
||||
className: 'bg-secondary-50 text-secondary-600 messager-notice'
|
||||
className: 'bg-secondary-50 text-secondary-600 messager-notice w-96'
|
||||
});
|
||||
}
|
||||
}
|
||||
@@ -1508,4 +1508,4 @@ function canAddDivider($item)
|
||||
if($item.next().is('.divider')) return false;
|
||||
if($item.is(':last-child')) return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user