fix: reduce module card height (remove cheight, compact padding/icons)

This commit is contained in:
yumoqing 2026-05-30 21:20:47 +08:00
parent 658b208413
commit e0ccb5fcb8
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -57,9 +57,9 @@
"widgettype": "VBox", "widgettype": "VBox",
"options": { "options": {
"css": "card", "css": "card",
"padding": "24px", "padding": "16px",
"cursor": "pointer", "cursor": "pointer",
"cheight": 12,
"cwidth": 23 "cwidth": 23
}, },
"binds": [ "binds": [
@ -106,9 +106,9 @@
"widgettype": "VBox", "widgettype": "VBox",
"options": { "options": {
"css": "card", "css": "card",
"padding": "24px", "padding": "16px",
"cursor": "pointer", "cursor": "pointer",
"cheight": 12,
"cwidth": 23 "cwidth": 23
}, },
"binds": [ "binds": [