修改md的样式

This commit is contained in:
sylor_huang@126.com 2020-04-30 11:55:15 +08:00
parent d7fd631396
commit 040ab7b5e2
4 changed files with 4 additions and 4 deletions

View File

@ -359,7 +359,7 @@ class NewMerge extends Component{
<Input placeholder="标题"/>
)}
</Form.Item>
<MDEditor placeholder={'请输入合并请求的描述...'} height={200}
<MDEditor placeholder={'请输入合并请求的描述...'} height={350}
mdID={'merge-new-description'} initValue={desc} onChange={this.onContentChange} ></MDEditor>
<UploadComponent load={this.UploadFunc} isComplete={true} ></UploadComponent>

View File

@ -212,7 +212,7 @@ class UpdateMerge extends Component{
<Input placeholder="标题" onChange={this.changmodelname}/>
)}
</Form.Item>
<MDEditor placeholder={'请输入合并请求的描述...'} height={200}
<MDEditor placeholder={'请输入合并请求的描述...'} height={350}
mdID={`orderdetail-add-description`} initValue={textcount} onChange={this.onContentChange} ></MDEditor>
<UploadComponent load={this.UploadFunc} showNotification={this.props.showNotification} isComplete={true} ></UploadComponent>
{

View File

@ -178,7 +178,7 @@ class New extends Component{
)}
</Form.Item>
<div className="quillContent" style={{marginBottom:"20px"}}>
<MDEditor placeholder={'请输入描述信息'} height={200}
<MDEditor placeholder={'请输入描述信息'} height={350}
mdID={'order-new-description'} initValue={description} onChange={this.onContentChange} ></MDEditor>
</div>
<UploadComponent load={this.UploadFunc} showNotification={this.props.showNotification} isComplete={true}></UploadComponent>

View File

@ -261,7 +261,7 @@ class UpdateDetail extends Component{
)}
</Form.Item>
<MDEditor placeholder={'请输入任务的描述...'} height={200}
<MDEditor placeholder={'请输入任务的描述...'} height={350}
mdID={'order-update-description'} initValue={textcount} onChange={this.onContentChange} ></MDEditor>
<UploadComponent load={this.UploadFunc} showNotification={this.props.showNotification} isComplete={true}></UploadComponent>
{