From 5330f052116fd9d13bf0abfa639005ee3b9e5cde Mon Sep 17 00:00:00 2001 From: vapao Date: Wed, 13 Jul 2022 14:56:44 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E4=BC=98=E5=8C=96=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E6=9D=83=E9=99=90=E8=AE=BE=E7=BD=AE=E6=8F=90=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/system/role/DeployPerm.js | 6 ++---- spug_web/src/pages/system/role/PagePerm.js | 8 +++----- 2 files changed, 5 insertions(+), 9 deletions(-) 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="功能权限仅影响页面功能,管理应用的发布权限请在发布权限中设置。权限更改成功后会强制属于该角色的账户重新登录。"/> +
模块