mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat:新增吸附修改的全局设置
This commit is contained in:
Vendored
+4
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user