Commit 9f9bc00d authored by zhengke's avatar zhengke

修改样式

parent 305d5ff8
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
{{subItem.date.getDate()}}<br /> {{subItem.date.getDate()}}<br />
<template v-if="subItem.data&&subItem.data.SubList && subItem.data.SubList[0]"> <template v-if="subItem.data&&subItem.data.SubList && subItem.data.SubList[0]">
<template v-for="(childItem,childIndex) in subItem.data.SubList" > <template v-for="(childItem,childIndex) in subItem.data.SubList" >
<span> {{childItem.BatchNumber}} </span> <span v-if="childItem.BatchNumber>1"> {{childItem.BatchNumber}} </span>
</template> </template>
</template> </template>
</div> </div>
...@@ -1206,11 +1206,12 @@ ...@@ -1206,11 +1206,12 @@
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
flex-wrap: wrap; flex-wrap: wrap;
padding-bottom:20px;
} }
.hotelProductManage2_calendarItem>.calendarItem_day>div { .hotelProductManage2_calendarItem>.calendarItem_day>div {
display: inline-block; display: inline-block;
padding: 5px 0; padding: 15px 0;
width: 14.2%; width: 14.2%;
} }
......
...@@ -124,7 +124,9 @@ ...@@ -124,7 +124,9 @@
.carPlanOne .w320 { .carPlanOne .w320 {
margin: 5px 0; margin: 5px 0;
} }
.busInfo .w200{
padding:10px 0;
}
</style> </style>
<template> <template>
<div class="flexOne busInfo"> <div class="flexOne busInfo">
...@@ -274,7 +276,7 @@ ...@@ -274,7 +276,7 @@
<span class="subName" :class="{'spanCked':item.AccommodationType==subItem.Id}" <span class="subName" :class="{'spanCked':item.AccommodationType==subItem.Id}"
@click="AccommodationCLick(subItem.Id,index)">{{subItem.Name}}</span> @click="AccommodationCLick(subItem.Id,index)">{{subItem.Name}}</span>
<span v-if="subItem.Id==1 && item.AccommodationType==1"> <span v-if="subItem.Id==1 && item.AccommodationType==1">
<el-input class="w135" v-model="item.AccommodationRemark" placeholder="请输入外宿地址"></el-input> <el-input class="w135" style="margin-top:13px;" v-model="item.AccommodationRemark" placeholder="请输入外宿地址"></el-input>
</span> </span>
</span> </span>
</div> </div>
......
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