Commit e032e5f3 authored by zhengke's avatar zhengke

修改

parent 19d68f8a
<style>
.Style2_main {
position: relative;
margin-bottom: 60px;
margin-top: -10px;
padding: 40px 0;
background-color: #fff;
......
......@@ -68,7 +68,7 @@
min-width: 300px;
height:100%;
border:1px solid #d1d1d1;
margin-top:370px;
margin-top:25px;
background-color:#fff;
}
.trafficInfo{
......@@ -128,6 +128,16 @@
height: 0;
overflow: hidden;
}
.monthDayList::after{
clear: both;
content: '.';
display: block;
height: 0;
overflow: hidden;
}
.monthDayList{
background-color: #fff;
}
.trip_BtnDiv{
margin-top:20px;
}
......
......@@ -85,8 +85,8 @@
<template v-for="(item,index) in TripConfig.TripConfig.SortList">
<!-- 行程資訊 -->
<!-- TripListStyle 1月历 2列表 -->
<tripList v-if="item.Id=='TripList'" :key="index+100" :plugData="dataList"></tripList>
<tripcalendar v-if="item.Id=='TripList'" :key="index+200" :dateData="dataList.priceList" :day="dataList.priceList[0].startDate"></tripcalendar>
<tripList v-if="item.Id=='TripList'&&TripConfig.TripConfig.TripListStyle==2" :key="index+100" :plugData="dataList"></tripList>
<tripcalendar v-if="item.Id=='TripList'&&TripConfig.TripConfig.TripListStyle==1" :key="index+200" :dateData="dataList.priceList" :day="dataList.priceList[0].startDate"></tripcalendar>
<!-- 每日行程 -->
<!-- TripDayStyle 1竖起排 2横起 -->
......
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