From e0699feb382ad3c01040f135f53698ac5c6ec84e Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期五, 19 四月 2024 10:42:24 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- UI-Project/src/views/Identify/identify.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/UI-Project/src/views/Identify/identify.vue b/UI-Project/src/views/Identify/identify.vue index 0dfc7b9..d8d5d79 100644 --- a/UI-Project/src/views/Identify/identify.vue +++ b/UI-Project/src/views/Identify/identify.vue @@ -1,13 +1,13 @@ <template> <el-card style="margin-left: 10px; margin-top: 10px; margin-right: 10px;" v-loading="loading"> - <div style="display: flex;"> + <div style="display: flex;margin-bottom: 30px;"> <div style="margin-left: 400px; font-size: 20px;">宸ョ▼鍙凤細P20240305001 </div> <div style="margin-left: 150px; font-size: 20px;">鐗堝浘缂栧彿锛�1</div> </div> <el-scrollbar height="650px"> <div id="home-card"> <div id="home-item" v-for="n in 20" :key="n"> - <svg width="100%" height="690" xmlns="http://www.w3.org/2000/svg" style="margin-top: -40px;"> + <svg width="100%" height="400" xmlns="http://www.w3.org/2000/svg" style="margin-top: -100px;margin-left: -80px;"> <defs> <marker id="arrow" markerUnits="strokeWidth" markerWidth="12" markerHeight="12" viewBox="0 0 12 12" refX="6" refY="6" orient="auto"> @@ -163,12 +163,13 @@ border-color: #E4E4E4; width: calc(34% - 20px); padding: 20px 0px 20px 20px; - margin-right: 10px; + margin-right: 20px; margin-bottom: 10px; display: flex; justify-content: center; /* align-items: center; */ background: #fff; + width: 700px; #home-img { display: inline-block; width: 160px; -- Gitblit v1.8.0