Fixed style error.

pull/3445/head
ruibaby 2019-04-02 23:20:04 +08:00
parent 580455a40c
commit 551a2946a7
2 changed files with 22 additions and 18 deletions

View File

@ -505,6 +505,6 @@ body {
}
}
.ant-card-body{
padding: 16px;
padding: 16px!important;
}
}

View File

@ -2,24 +2,28 @@
<div class="page-header-index-wide">
<a-row :gutter="12">
<a-col :xl="18" :lg="18" :md="18" :sm="24" :xs="24">
<div style="margin-bottom: 16px">
<a-input
v-decorator="['title', { rules: [{ required: true, message: '请输入文章标题' }] }]"
size="large"
placeholder="请输入文章标题"
/>
</div>
<div style="margin-bottom: 16px">
<a-input
addonBefore="https://ryanc.cc/archives/"
defaultValue="mysite"
style="width: 360px"
/>
</div>
<a-card>
<div style="margin-bottom: 16px">
<a-input
v-decorator="['title', { rules: [{ required: true, message: '请输入文章标题' }] }]"
size="large"
placeholder="请输入文章标题"
/>
</div>
<div style="margin-bottom: 16px">
<a-input
addonBefore="https://ryanc.cc/archives/"
defaultValue="mysite"
style="width: 360px"
/>
</div>
</a-card>
<div id="editor">
<mavon-editor v-model="value"/>
</div>
<a-card>
<div id="editor">
<mavon-editor v-model="value"/>
</div>
</a-card>
</a-col>
<a-col :xl="6" :lg="6" :md="6" :sm="24" :xs="24">