fix:修改页面滚动条样式

This commit is contained in:
2025-12-15 11:08:04 +08:00
parent 6809c6f2c6
commit 0e47603d23
8 changed files with 225 additions and 34 deletions

View File

@@ -28,7 +28,7 @@ def create_page():
create_header()
# 主容器
with ui.column().classes('w-full max-w-4xl mx-auto p-4 gap-4'):
with ui.column().classes('w-full max-w-4xl mx-auto p-4 gap-4 thin-scrollbar'):
# === 进度条区域 ===
with ui.card().classes('func-card'):