diff --git a/public/react/src/modules/paths/PathDetail/Modifytext.js b/public/react/src/modules/paths/PathDetail/Modifytext.js
index c7d95cd1a..c2ec7809c 100644
--- a/public/react/src/modules/paths/PathDetail/Modifytext.js
+++ b/public/react/src/modules/paths/PathDetail/Modifytext.js
@@ -159,9 +159,10 @@ class Modifytext extends Component {
marginTop: "24px",
}}>
+ border: "0.5px solid #C9C9C9",
+ background: "#C9C9C9",
+ color: "#fff",
+ }} type="primary " onClick={() => this.hideUpdating()}>取消
diff --git a/public/react/src/modules/paths/PathDetail/PathDetailIndex.js b/public/react/src/modules/paths/PathDetail/PathDetailIndex.js
index d23cf5634..7e59b72eb 100644
--- a/public/react/src/modules/paths/PathDetail/PathDetailIndex.js
+++ b/public/react/src/modules/paths/PathDetail/PathDetailIndex.js
@@ -685,7 +685,7 @@ class PathDetailIndex extends Component{