修改Wiki校验样式

This commit is contained in:
何童崇 2022-05-06 10:05:22 +08:00
parent 4f40755af1
commit 6a6f8d292f
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 {