diff --git a/spug_web/src/pages/system/role/DeployPerm.js b/spug_web/src/pages/system/role/DeployPerm.js
index fe6382d..cd3dd2b 100644
--- a/spug_web/src/pages/system/role/DeployPerm.js
+++ b/spug_web/src/pages/system/role/DeployPerm.js
@@ -81,10 +81,8 @@ class DeployPerm extends React.Component {
closable
showIcon
type="info"
- style={{width: 600, margin: '0 auto 20px', color: '#31708f !important'}}
- message="小提示"
- description={[
发布权限仅影响发布功能的发布对象,页面功能权限请在功能权限中设置。
,
- 如果需要发布权限,请至少设置一个有权限操作的环境,否则无法正常发布。
]}/>
+ style={{marginBottom: 24}}
+ message="环境权限和应用权限都需要设置,否则无法正常发布。"/>
diff --git a/spug_web/src/pages/system/role/PagePerm.js b/spug_web/src/pages/system/role/PagePerm.js
index de39636..699f917 100644
--- a/spug_web/src/pages/system/role/PagePerm.js
+++ b/spug_web/src/pages/system/role/PagePerm.js
@@ -75,11 +75,9 @@ class PagePerm extends React.Component {
closable
showIcon
type="info"
- style={{width: 600, margin: '0 auto 20px', color: '#31708f !important'}}
- message="小提示"
- description={[功能权限仅影响页面功能,管理应用的发布权限请在发布权限中设置。
,
- 权限更改成功后会强制属于该角色的账户重新登录。
]}/>
-
+ style={{marginBottom: 12}}
+ message="功能权限仅影响页面功能,管理应用的发布权限请在发布权限中设置。权限更改成功后会强制属于该角色的账户重新登录。"/>
+