diff --git a/public/react/src/modules/developer/components/initTabCtx/index.js b/public/react/src/modules/developer/components/initTabCtx/index.js
index 2c81a0111..315fd7242 100644
--- a/public/react/src/modules/developer/components/initTabCtx/index.js
+++ b/public/react/src/modules/developer/components/initTabCtx/index.js
@@ -1,7 +1,7 @@
/*
* @Description: 自定义测试化用例
* @Author: tangjiang
- * @Github:
+ * @Github:
* @Date: 2019-11-27 19:46:14
* @LastEditors : tangjiang
* @LastEditTime : 2019-12-26 20:07:35
@@ -50,15 +50,12 @@ function InitTabCtx(props, ref) {
>
{
getFieldDecorator('input', {
- rules: [
- { required: true, message: '输入值不能为空' }
- ],
initialValue: inputValue
})()
+ className="input_textarea_style"
+ rows={8}
+ placeholder="请填写测试用例的输入值,点击“调试代码”"
+ />)
}
diff --git a/public/react/src/modules/developer/newOrEditTask/leftpane/editorTab/AddTestDemo.js b/public/react/src/modules/developer/newOrEditTask/leftpane/editorTab/AddTestDemo.js
index 994aded6d..fc782888f 100644
--- a/public/react/src/modules/developer/newOrEditTask/leftpane/editorTab/AddTestDemo.js
+++ b/public/react/src/modules/developer/newOrEditTask/leftpane/editorTab/AddTestDemo.js
@@ -146,18 +146,12 @@ const AddTestDemo = (props) => {
}
return (
- handleChangeCollapse()}>
-
+ handleChangeCollapse()}>
+