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