This commit is contained in:
rizky 2024-08-08 19:56:14 -07:00
parent 6e0ba25f08
commit a425445ff2
1 changed files with 7 additions and 1 deletions

View File

@ -196,8 +196,14 @@ const genTable = async (opt: GenOpt) => {
title: formatName(e.name), title: formatName(e.name),
child: createItem({ child: createItem({
name: "cell", name: "cell",
"layout": {
"dir": "col",
"align": "left",
"gap": 0,
"wrap": "flex-nowrap"
},
padding: { padding: {
l: 8, l: 8,
b: 0, b: 0,
t: 0, t: 0,
r: 8, r: 8,