Fixed post thumbnail select error.

pull/40/head
ruibaby 2019-08-27 11:36:44 +08:00
parent 69bc787d43
commit 8cf4e2e69b
1 changed files with 5 additions and 5 deletions

View File

@ -154,11 +154,6 @@
</div>
<a-divider class="divider-transparent" />
</div>
<AttachmentSelectDrawer
v-model="thumDrawerVisible"
@listenToSelect="handleSelectPostThumb"
:drawerWidth="460"
/>
<div class="bottom-control">
<a-button
style="marginRight: 8px"
@ -177,6 +172,11 @@
>保存</a-button>
</div>
</a-skeleton>
<AttachmentSelectDrawer
v-model="thumDrawerVisible"
@listenToSelect="handleSelectPostThumb"
:drawerWidth="460"
/>
</a-drawer>
</template>
<script>