Update PhotoList.vue

pull/3445/head
ruibaby 2019-06-01 00:23:23 +08:00
parent 6bd15fb88f
commit 833d7a275b
1 changed files with 5 additions and 2 deletions

View File

@ -174,7 +174,10 @@
slot="description"
v-if="editable"
>
<a-input v-model="photo.takeTime" />
<a-date-picker
v-model="photo.takeTime"
style="width:100%"
/>
</template>
<span
slot="description"
@ -241,7 +244,7 @@
@listenToSelect="selectPhotoThumb"
:drawerWidth="460"
/>
<a-divider class="divider-transparent"/>
<a-divider class="divider-transparent" />
<div class="bottom-control">
<a-button
type="dashed"