From 6091a9cac0ef3236bd05137a5fae9a9cf1913ed4 Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期一, 29 四月 2024 16:03:21 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- UI-Project/src/views/Identify/identify.vue | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/UI-Project/src/views/Identify/identify.vue b/UI-Project/src/views/Identify/identify.vue index e9ddd51..30fe865 100644 --- a/UI-Project/src/views/Identify/identify.vue +++ b/UI-Project/src/views/Identify/identify.vue @@ -13,8 +13,11 @@ <!-- 绠ご --> <div id="arrow"></div> <div id="line"></div> - <div class="centered-text" >NG24030401B01</div> - <!-- <div v-if="process_id" class="centered-text">{{ process_id }}</div> --> + <!-- <div class="centered-text" >NG24030401B01</div> --> + <div class="centered-text"> + <div>{{ rect.process_id }}</div> + <div style="margin-top: 50px;margin-left: -85px;">{{ rect.width }}*{{ rect.height }}</div> + </div> </div> </div> </div> @@ -65,8 +68,8 @@ .rect { border: 1px solid black; /* 璁剧疆鐭╁舰鐨勮竟妗� */ background-color: lightblue; /* 璁剧疆鐭╁舰鐨勮儗鏅壊 */ -} -.centered-text { +} +.centered-text { /* 璁剧疆鏂囧瓧灞呬腑鏍峰紡 */ display: flex; justify-content: center; -- Gitblit v1.8.0