Commit 508ac6c6 authored by zhengke's avatar zhengke

再次修改样式

parent 585d3b9b
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</div> </div>
<div class="hotelProductManage2_calendar"> <div class="hotelProductManage2_calendar">
<div class="hotelProductManage2_calendarItem" v-for="(item, index) in days" :key="index"> <div class="hotelProductManage2_calendarItem" v-for="(item, index) in days" :key="index">
<div class="calendarItem_month" @click="calendarShow(item, index)">{{item.date}}</div> <div class="calendarItem_month" title="点击查看详情" @click="calendarShow(item, index)">{{item.date}}</div>
<div class="hotelproductCkbox"> <div class="hotelproductCkbox">
<el-checkbox v-model="item.isCked" @change="changeHotelStatus(item,index)">全选</el-checkbox> <el-checkbox v-model="item.isCked" @change="changeHotelStatus(item,index)">全选</el-checkbox>
</div> </div>
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
@click="calendarDayOn(item, subItem)"> @click="calendarDayOn(item, subItem)">
{{subItem.date.getDate()}}<br /> {{subItem.date.getDate()}}<br />
<div class="detailInfo"> <div class="detailInfo" v-if="subItem.data&&subItem.data.SubList && subItem.data.SubList[0]">
<div class="triangle_border_up"></div> <div class="triangle_border_up"></div>
<div class="popContent"> <div class="popContent">
<template v-if="subItem.data&&subItem.data.SubList && subItem.data.SubList[0]"> <template v-if="subItem.data&&subItem.data.SubList && subItem.data.SubList[0]">
...@@ -1545,7 +1545,7 @@ ...@@ -1545,7 +1545,7 @@
} }
.hotelProductManage2 .detailInfo .popContent{ .hotelProductManage2 .detailInfo .popContent{
width: 170px; width: 170px;
height: 100px; height: 80px;
background-color: #e95252; background-color: #e95252;
text-align: left; text-align: left;
color: #fff; color: #fff;
......
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