From 4d3eda2131b68cd436ad0eed0bf6515cb0dffd85 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Thu, 5 Sep 2019 10:01:56 +0800 Subject: [PATCH] =?UTF-8?q?ibp=E7=9B=98=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ibp/shape/alarm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ibp/shape/alarm.js b/src/ibp/shape/alarm.js index d1bb3e15d..e427dad8a 100644 --- a/src/ibp/shape/alarm.js +++ b/src/ibp/shape/alarm.js @@ -28,8 +28,8 @@ export default class alarm extends Group { image: alarmpic, x: model.point.x, y: model.point.y, - width: model.width, - height: model.width/71*74 + width: 71, + height: 74 } }); this.add(this.imageBg);