修改按钮颜色

This commit is contained in:
yujh 2024-06-17 16:53:48 +08:00
parent fc609ac56f
commit 828f298f40

View File

@ -4669,7 +4669,7 @@ public class PALRepositoryQueryAPIManager {
if (model.isPublish()) {
if (!hasAccessPortalDesignerPerm(uc, model)) {
String url = AWSPortalConf.getUrl()+"/r/w?sid="+uc.getSessionId()+"&cmd=com.actionsoft.apps.coe.pal.publisher.filePermissionApplication&palVersionId="+uuid;
return AlertWindow.getWarningMessagePage("打开失败", "您所在组织/职级暂未被授予该文件的阅览权限<br/><button onclick=\"window.open('"+url+"','_blank')\" style='color:red;font-weight: bold;'>点击申请查阅权限</button>");
return AlertWindow.getWarningMessagePage("打开失败", "您所在组织/职级暂未被授予该文件的阅览权限<br/><button onclick=\"window.open('"+url+"','_blank')\" class=\"awsui-btn awsui-btn-green\"'>点击申请查阅权限</button>");
}
}