Commit eb38d198 authored by zhengke's avatar zhengke

增加鼠标移入显示

parent 6d5d741e
......@@ -59,7 +59,7 @@
@click="calendarDayOn(item, subItem)">
{{subItem.date.getDate()}}<br />
<div class="detailInfo" :class="{s:index==num}">
<div class="detailInfo">
<div class="triangle_border_up"></div>
<div class="popContent">
<template v-if="subItem.data&&subItem.data.SubList && subItem.data.SubList[0]">
......@@ -1179,6 +1179,7 @@
display: inline-block;
margin: 0 5px;
width: 24%;
/* width:438px; */
background-color: #fff;
border: 1px solid #d1d1d1;
border-radius: 4px;
......@@ -1198,6 +1199,7 @@
text-align: center;
font-size: 14px;
cursor: pointer;
text-decoration: underline;
}
.hotelProductManage2_calendarItem>.calendarItem_week {
......@@ -1516,5 +1518,18 @@
color: #606266;
font-size: 14px;
}
.popList{
font-size: 12px;
line-height: 15px;
text-align: left;
margin:2px 0 0 -22px;
display: none;
}
.popList label{
display:block;
width:80px;
}
.hotelProductManage2_calendarItem>.calendarItem_day>.nowMonth:hover .popList{
display:block;
}
</style>
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