Merge branch dev/bug-68920 of zentao/zentaopms (#13337)

This commit is contained in:
刘刚
2026-01-16 13:42:34 +08:00
committed by Gitfox
+2 -2
View File
@@ -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;
}
}