From 715748e82c520735d02f3dc92e8da44af7e81587 Mon Sep 17 00:00:00 2001
From: wang <3597712270@qq.com>
Date: 星期四, 18 四月 2024 16:55:39 +0800
Subject: [PATCH] 上片机样式、接口,掰片/识别样式,大理片笼样式
---
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