From 2e964b5713f16779261f33f63d680f3721901524 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com>
Date: Thu, 7 Nov 2019 09:26:56 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/react/src/modules/paths/PathDetail/Modifytext.js | 7 ++++---
.../react/src/modules/paths/PathDetail/PathDetailIndex.js | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
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{