Merge pull request '修改Wiki校验样式' (#368) from tongChong/forgeplus-react:hotfix_gitlink into gitlink_server

This commit is contained in:
xxq250 2022-05-06 10:20:37 +08:00
commit f9773a7e42
2 changed files with 4 additions and 1 deletions

View File

@ -192,7 +192,7 @@ export default Form.create()(({ form, history, showNotification, projectDetail,
/>
)}
<Form.Item className="mb0">
<Form.Item className="mb0 wiki-md">
<MDEditor
placeholder={"请输入wiki内容"}
height={500}

View File

@ -106,6 +106,9 @@ body {
.has-error .ant-form-split {
position: absolute;
}
.wiki-md .ant-form-explain{
bottom: -6px;
}
.wiki-nav {
max-height: 60vh;
.wiki-search {