Commit 4416a9fa authored by youjie's avatar youjie

no message

parent d24e0606
......@@ -1138,7 +1138,7 @@
},
getMonths: function () {
let month = this.condition.month + '-1'
for (let i = 0; i < 4; i++) {
for (let i = 0; i < 12; i++) {
if (i !== 0) {
let newDate = new Date(month).setDate(32);
month = new Date(newDate).Format('yyyy-MM') + '-1';
......@@ -1411,10 +1411,13 @@
}
.hotelproductCkbox {
width: 10%;
/* width: 10%; */
height: 30px;
float: right;
margin: 5px 20px 0 0;
position: absolute;
top: 0;
right: 0;
}
.hotelProductManage2>.hotelProductManage2_btnList {
......@@ -1507,12 +1510,15 @@
.hotelProductManage2_calendarItem {
display: inline-block;
margin: 0 5px;
width: 24%;
/* width: 24%; */
width: 19%;
/* width:438px; */
background-color: #fff;
border: 1px solid #d1d1d1;
border-radius: 4px;
font-size: 0px;
margin-bottom: 20px;
position: relative;
}
.hotelProductManage2_calendarItem:hover {
......@@ -1520,10 +1526,10 @@
}
.hotelProductManage2_calendarItem>.calendarItem_month {
width: 50%;
width: 100%;
height: 30px;
float: left;
margin-left: 110px;
/* margin-left: 110px; */
line-height: 30px;
text-align: center;
font-size: 14px;
......
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