Commit 4416a9fa authored by youjie's avatar youjie

no message

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