style: 格式化代,修改单词错误

This commit is contained in:
奔跑的面条
2022-08-30 17:28:21 +08:00
parent 714dac93bc
commit df10ae58f4
4 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -104,5 +104,5 @@ export class PublicGroupConfigClass extends publicConfig implements CreateCompon
// 标识
public id = getUUID()
// 基本信息
public attr = { w: 0, h: 0, x: 0, y: 0, zIndex: -1 }
public attr = { w: 0, h: 0, x: 0, y: 0, offsetX: 0, offsetY: 0, zIndex: -1 }
}