提高移动端选集面板高度

This commit is contained in:
mtvpls
2026-01-05 16:44:18 +08:00
parent 53039c2ba9
commit 9b3de638a1
6 changed files with 52 additions and 12 deletions
+1 -1
View File
@@ -6474,7 +6474,7 @@ function PlayPageClient() {
{/* 选集和换源 - 在移动端始终显示,在 lg 及以上可折叠 */}
<div
className={`relative z-10 h-[300px] lg:h-full md:overflow-hidden transition-all duration-300 ease-in-out ${
className={`relative z-10 h-[350px] lg:h-full md:overflow-hidden transition-all duration-300 ease-in-out ${
isEpisodeSelectorCollapsed
? 'md:col-span-1 lg:hidden lg:opacity-0 lg:scale-95'
: 'md:col-span-1 lg:opacity-100 lg:scale-100'