forked from Gitlink/forgeplus-react
修改Wiki校验样式
This commit is contained in:
parent
4f40755af1
commit
6a6f8d292f
|
@ -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}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue