fix
This commit is contained in:
parent
6c56c88578
commit
42e0b9b686
|
|
@ -78,6 +78,9 @@ const genList = async (opt: GenOpt) => {
|
|||
|
||||
const list_child = createItem({
|
||||
name: "list: fields",
|
||||
adv: {
|
||||
css: "& {\n display: flex;\n\n &:hover {\n background: #ecf4ff;\n }\n}",
|
||||
},
|
||||
padding: {
|
||||
l: 10,
|
||||
b: 3,
|
||||
|
|
|
|||
|
|
@ -70,8 +70,9 @@ type SimplifiedItem = {
|
|||
};
|
||||
childs?: SimplifiedItem[];
|
||||
adv?: {
|
||||
js: string;
|
||||
jsBuilt: string;
|
||||
css?: string;
|
||||
js?: string;
|
||||
jsBuilt?: string;
|
||||
};
|
||||
padding?: any;
|
||||
dim?: any;
|
||||
|
|
|
|||
Loading…
Reference in New Issue