Commit 77e6be15 authored by youjie's avatar youjie

no message

parent 3a352382
......@@ -160,7 +160,8 @@
right: 57px;
background: rgba(23,23,23,0.4);
padding: 40px 50px;
z-index: 1
z-index: 1;
overflow: hidden;
/* max-height: 695px;
padding: 42px 55px;
background: rgba(23,23,23,0.4);
......
......@@ -224,9 +224,10 @@
</div>
</div>
</div>
<div class="_VideoStr_box" v-if="false">
<div class="_VideoStr_box" v-if="true">
<el-form-item label="行程主题色">
<el-color-picker style='vertical-align: middle;' v-model="PostConfig.TripColor"></el-color-picker>
<span style="color: red;margin-left: 15px;">注意,如果你使用行程模板,系统将会强制修改主色</span>
</el-form-item>
</div>
</el-form>
......
......@@ -206,10 +206,12 @@
<span class="el-icon-full-screen absolute BlowUpTravelDays"
@click="clickBlowUpTravelDays(item)"></span>
</el-tooltip>
<travelDaysHV v-if="dataAll.FeaturePageType==1" :index="index" :dataAll="dataAll" :item="item">
</travelDaysHV>
<travelDays v-if="dataAll.FeaturePageType==2" :index="index" :dataAll="dataAll" :item="item">
</travelDays>
<template v-if="!item.IsBlowUp">
<travelDaysHV v-if="dataAll.FeaturePageType==1" :index="index" :dataAll="dataAll" :item="item">
</travelDaysHV>
<travelDays v-if="dataAll.FeaturePageType==2" :index="index" :dataAll="dataAll" :item="item">
</travelDays>
</template>
<div v-if="item.IsBlowUp" class="BlowUpTravelDaysBox">
<travelDaysHV v-if="dataAll.FeaturePageType==1" :index="index" :dataAll="dataAll" :item="item">
</travelDaysHV>
......
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