fix: 设置菜单折叠宽度

This commit is contained in:
MTrun
2022-01-08 15:00:52 +08:00
parent 1298abd9e6
commit 58261fd3a3
9 changed files with 35 additions and 22 deletions
+8
View File
@@ -0,0 +1,8 @@
export type ListType = {
key: string
type: string
name: string
desc: string
value: any
tip?: string
}