刘妍 2024-07-29 11:35:49 +08:00
commit 02b51a66d5
2 changed files with 4 additions and 4 deletions

View File

@ -434,13 +434,13 @@
/* 整个滚动条的样式 */
::-webkit-scrollbar {
width: 12px;
height: 12px;
width: 10px;
height: 8px;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
background: transparent;
// background: transparent;
border-radius: 10px;
}

View File

@ -129,7 +129,7 @@
//
function handleExport(exportType) {
console.log(searchParams)
console.log(searchParams);
let params = { ...searchParams.value };
let url = '';
let fileName = '';