刘妍 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 { ::-webkit-scrollbar {
width: 12px; width: 10px;
height: 12px; height: 8px;
} }
/* 滚动条轨道 */ /* 滚动条轨道 */
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
background: transparent; // background: transparent;
border-radius: 10px; border-radius: 10px;
} }

View File

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