From fdd3f44feb6e01533a2ddf63097c0a78d1759407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=96=BB=E5=B8=8C=E9=87=8C?= Date: Tue, 19 Sep 2017 14:15:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=90=8E=E5=90=8C=E6=AD=A5=E4=BB=A5=E5=8F=8A=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Header/Header.js | 2 +- client/components/Postman/Postman.js | 3 +- .../containers/Group/GroupList/GroupList.js | 58 ++++++++++--------- client/containers/Project/Project.js | 10 ++-- client/containers/User/List.js | 4 +- client/styles/common.scss | 2 +- 6 files changed, 42 insertions(+), 37 deletions(-) diff --git a/client/components/Header/Header.js b/client/components/Header/Header.js index bbea5f0b..5ad6b37d 100755 --- a/client/components/Header/Header.js +++ b/client/components/Header/Header.js @@ -14,7 +14,7 @@ import Breadcrumb from '../Breadcrumb/Breadcrumb.js' const MenuUser = (props) => ( - + 个人中心 diff --git a/client/components/Postman/Postman.js b/client/components/Postman/Postman.js index f81df4e9..6907b0fe 100755 --- a/client/components/Postman/Postman.js +++ b/client/components/Postman/Postman.js @@ -529,7 +529,8 @@ export default class Run extends Component { {hasPlugin ? '' : - 温馨提示:当前正在使用接口测试服务,请安装我们为您免费提供的测试增强插件 (该插件可支持任何 chrome 内核的浏览器) + {/* 温馨提示:当前正在使用接口测试服务,请安装我们为您免费提供的测试增强插件 (该插件可支持任何 chrome 内核的浏览器) */} + 重要:当前的接口测试服务,需安装免费测试增强插件 (支持所有 webkit 内核),选择下面任意一种安装方式: - - -
分组名:
- - - -
- -
简介:
- - - -
- -
组长:
- - - -
-
+ { + this.state.addGroupModalVisible? + +
分组名:
+ + + +
+ +
简介:
+ + + +
+ +
组长:
+ + + +
+
:'' + } + diff --git a/client/containers/User/List.js b/client/containers/User/List.js index 6dcd4285..e8a190dc 100755 --- a/client/containers/User/List.js +++ b/client/containers/User/List.js @@ -126,9 +126,9 @@ class List extends Component { render: (item) => { return ( - + {/* */} { this.confirm(item._id) }} okText="确定" cancelText="取消"> -
删除 + 删除 ) diff --git a/client/styles/common.scss b/client/styles/common.scss index 679f900e..4cd03286 100755 --- a/client/styles/common.scss +++ b/client/styles/common.scss @@ -13,7 +13,7 @@ html, body { } html { - background-color: #202d3a; + // background-color: #202d3a; } ::selection {