This commit is contained in:
罗松柏 2022-02-08 17:38:21 +08:00
parent 91c12da4ef
commit cb68d8e6d3
3 changed files with 5 additions and 7 deletions

5
web/src/x.min.js vendored
View File

@ -326,8 +326,7 @@ var X = window.X || {
'Content-Type':'application/json',
},
}
console.log(url);
console.log(request);
const response = await fetch(url, request);
// const filename = response.headers.get('content-disposition').split('=')[1];
@ -628,7 +627,7 @@ var X = window.X || {
'全部时间': [moment().subtract( parseInt((new Date).getTime()/86400000) , 'days'), moment()]
},
"alwaysShowCalendars": true,
"startDate": moment().subtract(7, 'days'),
"startDate": moment().subtract(6, 'days'),
"endDate": new Date(),
"opens": "right",

View File

@ -325,8 +325,7 @@ var X = window.X || {
'Content-Type':'application/json',
},
}
console.log(url);
console.log(request);
const response = await fetch(url, request);
// const filename = response.headers.get('content-disposition').split('=')[1];
@ -627,7 +626,7 @@ var X = window.X || {
'全部时间': [moment().subtract( parseInt((new Date).getTime()/86400000) , 'days'), moment()]
},
"alwaysShowCalendars": true,
"startDate": moment().subtract(7, 'days'),
"startDate": moment().subtract(6, 'days'),
"endDate": new Date(),
"opens": "right",

View File

@ -200,7 +200,7 @@
.dropdownlist-box { width: 200px; max-height: 350px; background-color: #fff; }
.dropdownlist-list { cursor: pointer; margin: 0px 0; padding: 8px 15px; font-size: 14px; color: rgba(0, 0, 0, 0.8); }
.dropdownlist-list:hover { background-color: #f6f8fa; color: rgba(0, 0, 0, 0.8) !important;}
/* .dropdownlist-list:hover { background-color: #f6f8fa; color: rgba(0, 0, 0, 0.8) !important;} */
.dropdownlist-input { width: 170px; padding: 15px; border: 0; }
.dropdownlist-list-on { background-color: #3d90ff; color: #fff !important;}