This is an automated email from the ASF dual-hosted git repository. liuhongyu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shenyu-dashboard.git
The following commit(s) were added to refs/heads/master by this push: new caa65e35 fix: System Management modify ui (#538) caa65e35 is described below commit caa65e35f0373a83c3c54e1e0ba33460176b84ae Author: myangle1120 <942542...@qq.com> AuthorDate: Wed Aug 20 16:14:14 2025 +0800 fix: System Management modify ui (#538) --- src/routes/System/Resource/index.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/routes/System/Resource/index.js b/src/routes/System/Resource/index.js index 3d02b09c..d9c474b9 100755 --- a/src/routes/System/Resource/index.js +++ b/src/routes/System/Resource/index.js @@ -489,8 +489,8 @@ export default class Resource extends Component { <div className="plug-content-wrap"> <Row gutter={20}> <Col span={6} style={{ minWidth: 280 }}> + <h3>{getIntlContent("SHENYU.SYSTEM.RESOURCE.MENULIST.TITLE")}</h3> <div className="table-header"> - <h3>{getIntlContent("SHENYU.SYSTEM.RESOURCE.MENULIST.TITLE")}</h3> <div className={styles.headerSearch}> <AuthButton perms="system:resource:list"> <Search @@ -523,11 +523,9 @@ export default class Resource extends Component { ) : null} </Col> <Col span={18}> + <h3>{getIntlContent("SHENYU.SYSTEM.RESOURCE.BUTTONLIST.TITLE")}</h3> <div className="table-header"> <div style={{ display: "flex", alignItems: "center" }}> - <h3> - {getIntlContent("SHENYU.SYSTEM.RESOURCE.BUTTONLIST.TITLE")} - </h3> <AuthButton perms="system:resource:deleteButton"> <Popconfirm title={getIntlContent("SHENYU.COMMON.DELETE")} @@ -538,7 +536,7 @@ export default class Resource extends Component { okText={getIntlContent("SHENYU.COMMON.SURE")} cancelText={getIntlContent("SHENYU.COMMON.CALCEL")} > - <Button style={{ marginLeft: 20 }} type="danger"> + <Button type="danger"> {getIntlContent("SHENYU.SYSTEM.DELETEDATA")} </Button> </Popconfirm>