mirror of https://github.com/halo-dev/halo-admin
Fixed post thumbnail select error.
parent
69bc787d43
commit
8cf4e2e69b
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue