Commit bc828192 authored by youjie's avatar youjie

no message

parent 63e980c7
...@@ -267,8 +267,7 @@ ...@@ -267,8 +267,7 @@
line-height: 34px; line-height: 34px;
} }
.travelDaysContent{ .travelDaysContent{
/* flex-grow: 1; */ /* min-height: 360px; */
min-height: 360px;
line-height: 38px; line-height: 38px;
padding: 0 44px 0 44px; padding: 0 44px 0 44px;
/* margin: 41px 0 47px 0; */ /* margin: 41px 0 47px 0; */
......
...@@ -89,10 +89,12 @@ ...@@ -89,10 +89,12 @@
<div class="travelDaysContent column"> <div class="travelDaysContent column">
<!-- <template v-for="i in 1"></template> --> <!-- <template v-for="i in 1"></template> -->
<template v-for="i in 2">
<div class="travelDaysContent-text" v-for="(jindian,j) in item.details"> <div class="travelDaysContent-text" v-for="(jindian,j) in item.details">
<span>{{jindian.title}}</span> <span>{{jindian.title}}</span>
{{jindian.content}} {{jindian.content}}
</div> </div>
</template>
</div> </div>
<div class="travelDaysdetails"> <div class="travelDaysdetails">
......
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