mirror of https://github.com/halo-dev/halo-admin
Fixed style error.
parent
580455a40c
commit
551a2946a7
|
@ -505,6 +505,6 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ant-card-body{
|
.ant-card-body{
|
||||||
padding: 16px;
|
padding: 16px!important;
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -2,24 +2,28 @@
|
||||||
<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">
|
||||||
<div style="margin-bottom: 16px">
|
<a-card>
|
||||||
<a-input
|
<div style="margin-bottom: 16px">
|
||||||
v-decorator="['title', { rules: [{ required: true, message: '请输入文章标题' }] }]"
|
<a-input
|
||||||
size="large"
|
v-decorator="['title', { rules: [{ required: true, message: '请输入文章标题' }] }]"
|
||||||
placeholder="请输入文章标题"
|
size="large"
|
||||||
/>
|
placeholder="请输入文章标题"
|
||||||
</div>
|
/>
|
||||||
<div style="margin-bottom: 16px">
|
</div>
|
||||||
<a-input
|
<div style="margin-bottom: 16px">
|
||||||
addonBefore="https://ryanc.cc/archives/"
|
<a-input
|
||||||
defaultValue="mysite"
|
addonBefore="https://ryanc.cc/archives/"
|
||||||
style="width: 360px"
|
defaultValue="mysite"
|
||||||
/>
|
style="width: 360px"
|
||||||
</div>
|
/>
|
||||||
|
</div>
|
||||||
|
</a-card>
|
||||||
|
|
||||||
<div id="editor">
|
<a-card>
|
||||||
<mavon-editor v-model="value"/>
|
<div id="editor">
|
||||||
</div>
|
<mavon-editor v-model="value"/>
|
||||||
|
</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