mirror of https://github.com/halo-dev/halo-admin
Update PhotoList.vue
parent
a5a27822d6
commit
5be00a0524
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue