NEZ-2858 fix:Endpoint 列表 Configuration 颜色不正确的问题

This commit is contained in:
zhangyu
2023-06-07 16:01:52 +08:00
parent 4999a38192
commit 36cfe4f29b
3 changed files with 3 additions and 0 deletions

View File

@@ -218,6 +218,7 @@ export default {
pen.isBottom = true
pen.flipX = pen.flipX || false
pen.flipY = pen.flipY || false
pen.locked = pen.locked || 0
if (pen.rect) {
pen.x = pen.rect.x
pen.y = pen.rect.y