diff --git a/src/components/Table/src/BasicTable.vue b/src/components/Table/src/BasicTable.vue index 5abf9924..e3583895 100644 --- a/src/components/Table/src/BasicTable.vue +++ b/src/components/Table/src/BasicTable.vue @@ -434,13 +434,13 @@ /* 整个滚动条的样式 */ ::-webkit-scrollbar { - width: 12px; - height: 12px; + width: 10px; + height: 8px; } /* 滚动条轨道 */ ::-webkit-scrollbar-track { - background: transparent; + // background: transparent; border-radius: 10px; } diff --git a/src/views/demo/statistical/patchsummary/index.vue b/src/views/demo/statistical/patchsummary/index.vue index 7aa60fee..b42ce434 100644 --- a/src/views/demo/statistical/patchsummary/index.vue +++ b/src/views/demo/statistical/patchsummary/index.vue @@ -129,7 +129,7 @@ // 直接下载接口返回的二进制流 function handleExport(exportType) { - console.log(searchParams) + console.log(searchParams); let params = { ...searchParams.value }; let url = ''; let fileName = '';