Update PhotoList.vue

pull/25/head
ruibaby 2019-06-01 00:23:23 +08:00
parent a5a27822d6
commit 5be00a0524
1 changed files with 5 additions and 2 deletions

View File

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