Commit bd3c72aa by 陈玉桐

fix 露底

parent 9b821286
......@@ -8,7 +8,7 @@
<img src="../assets/icon_enrollment.png">
<span>活动时间:{{beginTime}} ~ {{endTime}}</span>
</div>
<div v-if="status==1">活动进行中</div>
<div v-if="status==1">活动已开始</div>
<div v-else-if="status==2">活动已结束</div>
<div v-else-if="status==3">报名截止还剩:<span v-if="diffDays<=1">不足</span>{{diffDays}}</div>
</div>
......
......@@ -9,7 +9,7 @@
<img src="../assets/icon_enrollment.png">
<span>活动时间:{{item.beginTime}} ~ {{item.endTime}}</span>
</div>
<div v-if="item.status==1">活动进行中</div>
<div v-if="item.status==1">活动已开始</div>
<div v-else-if="item.status==2">活动已结束</div>
<div v-else-if="item.status==3">报名截止还剩:<span v-if="item.diffDays<=1">不足</span>{{item.diffDays}}</div>
</div>
......@@ -116,8 +116,8 @@ export default {
<style lang="scss">
#applyCon{
padding-bottom: 60px;
width: 100%;
height: 100%;
// width: 100%;
// height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
......
......@@ -82,8 +82,8 @@ export default {
</script>
<style lang="scss">
#posterHistory{
width: 100%;
height: 100%;
// width: 100%;
// height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
......
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