mirror of https://github.com/halo-dev/halo
Fixed style error.
parent
580455a40c
commit
551a2946a7
|
@ -505,6 +505,6 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ant-card-body{
|
.ant-card-body{
|
||||||
padding: 16px;
|
padding: 16px!important;
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -2,6 +2,7 @@
|
||||||
<div class="page-header-index-wide">
|
<div class="page-header-index-wide">
|
||||||
<a-row :gutter="12">
|
<a-row :gutter="12">
|
||||||
<a-col :xl="18" :lg="18" :md="18" :sm="24" :xs="24">
|
<a-col :xl="18" :lg="18" :md="18" :sm="24" :xs="24">
|
||||||
|
<a-card>
|
||||||
<div style="margin-bottom: 16px">
|
<div style="margin-bottom: 16px">
|
||||||
<a-input
|
<a-input
|
||||||
v-decorator="['title', { rules: [{ required: true, message: '请输入文章标题' }] }]"
|
v-decorator="['title', { rules: [{ required: true, message: '请输入文章标题' }] }]"
|
||||||
|
@ -16,10 +17,13 @@
|
||||||
style="width: 360px"
|
style="width: 360px"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</a-card>
|
||||||
|
|
||||||
|
<a-card>
|
||||||
<div id="editor">
|
<div id="editor">
|
||||||
<mavon-editor v-model="value"/>
|
<mavon-editor v-model="value"/>
|
||||||
</div>
|
</div>
|
||||||
|
</a-card>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
<a-col :xl="6" :lg="6" :md="6" :sm="24" :xs="24">
|
<a-col :xl="6" :lg="6" :md="6" :sm="24" :xs="24">
|
||||||
|
|
Loading…
Reference in New Issue