优化文本输出排版:添加左右5px内边距
This commit is contained in:
parent
6c2ccda2c7
commit
3d1032c73b
@ -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;"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@ -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;"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user