Commit eff81297 authored by xd's avatar xd

创建活动样式修改

parent bcd42b18
...@@ -91,22 +91,24 @@ ...@@ -91,22 +91,24 @@
</van-cell> </van-cell>
<van-cell title="活动开始时间" style="font-size:14px;"> <van-cell title="活动开始时间" style="font-size:14px;">
<template slot="default"> <template slot="default">
<van-field <div class="npbr">
class="right" <van-field
v-model="startTime1" class="right"
placeholder="选择活动开始时间" v-model="startTime1"
readonly="readonly" placeholder="选择活动开始时间"
@click="startShow = true" readonly="readonly"
/> @click="startShow = true"
<van-popup v-model="startShow" position="bottom" :overlay="true">
<van-datetime-picker
v-model="startTime"
type="datetime"
@cancel="startShow = false"
@confirm="startShow = false"
@change="startTimeChange"
/> />
</van-popup> <van-popup v-model="startShow" position="bottom" :overlay="true">
<van-datetime-picker
v-model="startTime"
type="datetime"
@cancel="startShow = false"
@confirm="startShow = false"
@change="startTimeChange"
/>
</van-popup>
</div>
</template> </template>
</van-cell> </van-cell>
<van-cell title="活动结束时间" style="font-size:14px;"> <van-cell title="活动结束时间" style="font-size:14px;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment