refactor: modify the copy of the post cover image.

pull/3445/head
ruibaby 2020-02-15 20:04:36 +08:00
parent 72063b246e
commit 069e47e8ac
2 changed files with 4 additions and 4 deletions

View File

@ -167,7 +167,7 @@
<a-divider /> <a-divider />
<div :style="{ marginBottom: '16px' }"> <div :style="{ marginBottom: '16px' }">
<h3 class="post-setting-drawer-title">缩略</h3> <h3 class="post-setting-drawer-title">封面</h3>
<div class="post-setting-drawer-item"> <div class="post-setting-drawer-item">
<div class="post-thumb"> <div class="post-thumb">
<img <img
@ -180,7 +180,7 @@
<a-form-item> <a-form-item>
<a-input <a-input
v-model="selectedPost.thumbnail" v-model="selectedPost.thumbnail"
placeholder="点击缩略图选择图片,或者输入外部链接" placeholder="点击封面图选择图片,或者输入外部链接"
></a-input> ></a-input>
</a-form-item> </a-form-item>
</a-form> </a-form>

View File

@ -85,7 +85,7 @@
<a-divider /> <a-divider />
<div :style="{ marginBottom: '16px' }"> <div :style="{ marginBottom: '16px' }">
<h3 class="post-setting-drawer-title">缩略</h3> <h3 class="post-setting-drawer-title">封面</h3>
<div class="post-setting-drawer-item"> <div class="post-setting-drawer-item">
<div class="sheet-thumb"> <div class="sheet-thumb">
<img <img
@ -98,7 +98,7 @@
<a-form-item> <a-form-item>
<a-input <a-input
v-model="selectedSheet.thumbnail" v-model="selectedSheet.thumbnail"
placeholder="点击缩略图选择图片,或者输入外部链接" placeholder="点击封面图选择图片,或者输入外部链接"
></a-input> ></a-input>
</a-form-item> </a-form-item>
</a-form> </a-form>