wangfei
2025-01-07 e875c70fea51ffafd689fd0d5f8b51bd3df40de0
UI-Project/src/views/Identify/identify.vue
@@ -28,8 +28,9 @@
       }"  
    >
     <div  class="centered-text">
    <div>{{ rect.glassId }}</div>
    <div>{{ rect.widtha }}*{{ rect.heighta }}</div>
    <div style="font-size: 20px;font-weight: bold;">{{ rect.glassId }}</div>
    <div style="font-size: 20px;font-weight: bold;">{{ rect.flowCardId }}</div>
    <div style="font-size: 30px;font-weight: bold;">{{ rect.widtha }}*{{ rect.heighta }}</div>
  </div>
  </div> 
   </div>
@@ -236,7 +237,7 @@
  justify-content: center;  
  align-items: center; 
  height: 100%;
  font-size: large;
  /* font-size: large; */
}
#rect {  
  position: relative; /* 确保箭头可以相对于矩形定位 */