diff --git a/web/src/App.css b/web/src/App.css index 21615c5eb0..86cbe6ab6a 100644 --- a/web/src/App.css +++ b/web/src/App.css @@ -20,7 +20,7 @@ /* 滚动条滑块 */ ::-webkit-scrollbar-thumb { border-radius: 4px; - background: rgba(0, 0, 0, 0.5); + background: rgba(0, 0, 0, 0.2); } html, diff --git a/web/src/components/Editor/JSONViewer.tsx b/web/src/components/Editor/JSONViewer.tsx index fb251df041..b5da8868e9 100644 --- a/web/src/components/Editor/JSONViewer.tsx +++ b/web/src/components/Editor/JSONViewer.tsx @@ -245,8 +245,8 @@ export default function JSONViewer(props: JSONViewerProps) { return (