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 83a93605 fix: Compatible UI layout (#539)
83a93605 is described below
commit 83a93605f87b3998b0fa1586f5f11f03c5dcaded
Author: myangle1120 <[email protected]>
AuthorDate: Wed Aug 20 19:07:02 2025 +0800
fix: Compatible UI layout (#539)
---
src/routes/System/Resource/index.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/routes/System/Resource/index.js
b/src/routes/System/Resource/index.js
index d9c474b9..280d10cf 100755
--- a/src/routes/System/Resource/index.js
+++ b/src/routes/System/Resource/index.js
@@ -488,7 +488,7 @@ export default class Resource extends Component {
return (
<div className="plug-content-wrap">
<Row gutter={20}>
- <Col span={6} style={{ minWidth: 280 }}>
+ <Col span={7}>
<h3>{getIntlContent("SHENYU.SYSTEM.RESOURCE.MENULIST.TITLE")}</h3>
<div className="table-header">
<div className={styles.headerSearch}>
@@ -522,7 +522,7 @@ export default class Resource extends Component {
</Tree>
) : null}
</Col>
- <Col span={18}>
+ <Col span={17}>
<h3>{getIntlContent("SHENYU.SYSTEM.RESOURCE.BUTTONLIST.TITLE")}</h3>
<div className="table-header">
<div style={{ display: "flex", alignItems: "center" }}>