From 32fe538e249b6855f5e2b46568bccd81af7f6097 Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期五, 18 十月 2024 14:09:55 +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 e785987..080aa0b 100644 --- a/UI-Project/src/views/Identify/identify.vue +++ b/UI-Project/src/views/Identify/identify.vue @@ -14,7 +14,7 @@ <el-card style="flex: 1;margin-left: 10px;margin-top: 10px;margin-right: 10px;height: 800px;" v-loading="loading"> <el-scrollbar height="750px" width="1400px" style="background-color: #e9e9eb;"> <div style="position: relative;"> - <div + <div v-for="(rect, index) in adjustedRects" :key="rect.glass_id" class="rect" -- Gitblit v1.8.0