Archived
0
0

fix: 滚动

This commit is contained in:
2025-12-15 16:35:07 +08:00
parent 6efd041f72
commit b6c719fb21
12 changed files with 26 additions and 53 deletions

View File

@@ -9,7 +9,7 @@ from textual.widgets import (
Button,
Markdown,
)
from textual.containers import Container
from textual.containers import ScrollableContainer
from textual.screen import Screen
from heurams.services.version import ver
@@ -44,7 +44,7 @@ class NucleonCreatorScreen(Screen):
def compose(self) -> ComposeResult:
yield Header(show_clock=True)
with Container(id="vice_container"):
with ScrollableContainer(id="vice_container"):
yield Label(f"[b]空白单元集创建向导\n")
yield Markdown(
"> 提示: 你可能注意到当选中文本框时底栏和操作按键绑定将被覆盖 \n只需选中(使用鼠标或 Tab)选择框即可恢复底栏功能"