优化文本输出排版:添加左右5px内边距

This commit is contained in:
yumoqing 2026-06-26 18:42:26 +08:00
parent 6c2ccda2c7
commit 3d1032c73b
2 changed files with 4 additions and 2 deletions

View File

@ -39,7 +39,8 @@ return {
{
"widgettype": "Text",
"options": {
"text": ioinfo_text
"text": ioinfo_text,
"css": "padding: 0 5px; white-space: pre-wrap; word-break: break-all;"
}
}
]

View File

@ -43,7 +43,8 @@ return {
{
"widgettype": "Text",
"options": {
"text": usages_text
"text": usages_text,
"css": "padding: 0 5px; white-space: pre-wrap; word-break: break-all;"
}
}
]