fix(webui): smooth automation detail overflow

This commit is contained in:
chengyongru
2026-06-15 20:29:18 +08:00
parent 03c79817ac
commit 85a3ff1372
11 changed files with 188 additions and 5 deletions
+6
View File
@@ -582,8 +582,14 @@
"skipped": "已跳过",
"recent": "最近结果",
"timeline": "运行记录",
"showMore": "再显示 {{count}} 条",
"showRecent": "只看最近记录",
"statusWithDuration": "{{status}} · {{duration}}"
},
"message": {
"showMore": "查看完整消息",
"showLess": "收起消息"
},
"meta": {
"created": "创建于 {{time}}",
"updated": "更新于 {{time}}"