From 8a76cdaba13992dbfae0a5bb25a571c19d4368ab Mon Sep 17 00:00:00 2001 From: wang <3597712270@qq.com> Date: 星期四, 30 五月 2024 11:32:30 +0800 Subject: [PATCH] 卧式缓存模块图片显示玻璃 --- UI-Project/src/views/Identify/identify.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/UI-Project/src/views/Identify/identify.vue b/UI-Project/src/views/Identify/identify.vue index 2d500f6..fa4b586 100644 --- a/UI-Project/src/views/Identify/identify.vue +++ b/UI-Project/src/views/Identify/identify.vue @@ -83,8 +83,8 @@ height:( rect.height*100) * 0.004 , glass_state: rect.glass_state })); + console.log(adjustedRects.value); - console.log(rect); // console.log( (rect.width*100) / 300 ); } else { -- Gitblit v1.8.0