Commit 8ce95a27 authored by 华国豪's avatar 华国豪 🙄

行程特色样式修改

parent 3b48ef29
...@@ -192,6 +192,7 @@ ...@@ -192,6 +192,7 @@
overflow: hidden; overflow: hidden;
} }
.trip-block .block-item .item .up img{ .trip-block .block-item .item .up img{
width: 490px;
/* width: 100%; */ /* width: 100%; */
/* zk新增 */ /* zk新增 */
position: relative; position: relative;
......
...@@ -116,7 +116,7 @@ export default { ...@@ -116,7 +116,7 @@ export default {
if (filters.emName && filters.emName!=''){ if (filters.emName && filters.emName!=''){
data = data.filter(item => item.emName.indexOf(filters.emName)!=-1); data = data.filter(item => item.emName.indexOf(filters.emName)!=-1);
} }
if (filters.periods && filters.periods!=''){ if (filters.periods && filters.periods!=''&& filters.periods!='__all__'){
this.msg.Periods = filters.periods this.msg.Periods = filters.periods
this.getList(); this.getList();
} else{ } else{
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
<div class="twoday_item" v-for="item in day.details" :key="item.dayNum"> <div class="twoday_item" v-for="item in day.details" :key="item.dayNum">
<div class="item"> <div class="item">
<div class="up"> <div class="up">
<img v-if="item.img!=''&& item.scenicJson" :style="{'top':item.scenicJson.y+'px'}" :src='compressImg(item.img, "filt", 663, 325)'/> <img v-if="item.img!=''&& item.scenicJson" :style="{'top':item.scenicJson.y+'px'}" :src='compressImg(item.img, "filt", 663, '')'/>
<img v-else :src='compressImg(item.img, "filt", 663, 325)' /> <img v-else :src='compressImg(item.img, "filt", 663, '')' />
</div> </div>
<div class="down" style='padding:22px 0;'> <div class="down" style='padding:22px 0;'>
<h4 v-if='item.title!=""' v-html="item.title" @click.stop="goUrl(item.url)" style="cursor: pointer" ></h4> <h4 v-if='item.title!=""' v-html="item.title" @click.stop="goUrl(item.url)" style="cursor: pointer" ></h4>
......
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