diff --git a/app/styles/base.css b/app/styles/base.css index 1ea013b..027aa69 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -94,12 +94,14 @@ select:focus-visible { border-width: 0; } -.scrollbar-hide { +.scrollbar-hide, +.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; } -.scrollbar-hide::-webkit-scrollbar { +.scrollbar-hide::-webkit-scrollbar, +.no-scrollbar::-webkit-scrollbar { display: none; } diff --git a/components/settings/SourceSettings.tsx b/components/settings/SourceSettings.tsx index e0e32f6..573dbeb 100644 --- a/components/settings/SourceSettings.tsx +++ b/components/settings/SourceSettings.tsx @@ -61,7 +61,7 @@ export function SourceSettings({

视频源管理

-
+
{apis.map(api => ( -
+