wip: 临时提交
This commit is contained in:
@@ -16,6 +16,12 @@ export default {
|
||||
"flex-start": "flex justify-start items-center",
|
||||
"flex-end": "flex justify-end items-center",
|
||||
"flex-between": "flex justify-between items-center",
|
||||
"flex-around": "flex justify-around items-center",
|
||||
"flex-evenly": "flex justify-evenly items-center",
|
||||
"flex-stretch": "flex justify-stretch items-center",
|
||||
"flex-baseline": "flex justify-baseline items-center",
|
||||
"flex-column": "flex flex-col",
|
||||
"flex-row": "flex flex-row",
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user