Merge branch 'dev' into dev-commet

This commit is contained in:
tnt group
2022-10-13 22:19:28 +08:00
14 changed files with 262 additions and 219 deletions
@@ -12,7 +12,6 @@
<n-input-number
v-model:value="item.lineStyle.width"
:min="1"
:max="100"
size="small"
placeholder="自动计算"
></n-input-number>
-1
View File
@@ -115,7 +115,6 @@ export interface PublicConfigType {
}
filter?: string
status: StatusType
setPosition: Function
}
export interface CreateComponentType extends PublicConfigType, requestConfig {
-6
View File
@@ -81,12 +81,6 @@ export class PublicConfigClass implements PublicConfigType {
public request = cloneDeep(requestConfig)
// 数据过滤
public filter = undefined
// 设置坐标
public setPosition(x: number, y: number): void {
this.attr.x = x
this.attr.y = y
}
}
// 多选成组类