feat:新增吸附修改的全局设置

This commit is contained in:
mtruning
2022-03-05 22:11:25 +08:00
parent 00f2359b9d
commit 76b22ce05c
7 changed files with 68 additions and 20 deletions
+4 -1
View File
@@ -1,8 +1,11 @@
export type ListType = {
key: string
key: any
type: string
name: string
desc: string
value: any
suffix?: string
step?: number
min?: number
tip?: string
}