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/Slicecage/slicecage.vue | 17 ++++++++++-------
UI-Project/src/views/Identify/identify.vue | 7 ++++---
UI-Project/src/views/Caching/caching.vue | 4 ++--
3 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/UI-Project/src/views/Caching/caching.vue b/UI-Project/src/views/Caching/caching.vue
index 18f3a10..76b577a 100644
--- a/UI-Project/src/views/Caching/caching.vue
+++ b/UI-Project/src/views/Caching/caching.vue
@@ -741,8 +741,8 @@
<template>
<div>
<el-card style="flex: 1;margin-left: 10px;margin-top: 20px;" v-loading="loading">
- <div style="width: 98%; height: calc(100% - 35px); overflow-y: auto;max-height: 240px;">
- <el-table height="100%" ref="table"
+ <div style="width: 98%; height: calc(100% - 35px); overflow-y: auto;">
+ <el-table height="240" ref="table"
@selection-change="handleSelectionChange"
:data="tableData" :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}">
<el-table-column prop="id" align="center" label="鐜荤拑ID" min-width="80" />
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;
diff --git a/UI-Project/src/views/Slicecage/slicecage.vue b/UI-Project/src/views/Slicecage/slicecage.vue
index 9c7b9f9..1136815 100644
--- a/UI-Project/src/views/Slicecage/slicecage.vue
+++ b/UI-Project/src/views/Slicecage/slicecage.vue
@@ -168,11 +168,14 @@
<!-- <div id="awatch">
<img src="../../assets/lpl.jpg" alt="" style="width: 10%;height: 10%;margin-left: 160px;">
</div> -->
-
-
- <div id="awatch">
- <img src="../../assets/cp.png" alt="" style="width: 1305px;height: 400px;margin-left: 240px;margin-top: 50px;">
-</div>
+<!-- // 鐖剁骇妗� -->
+ <div class="img-list">
+ <!-- // 娴湪涓婃柟鐨勫浘鐗� -->
+ <img class="check-img" src="../../assets/lpl.jpg" alt="" style="width: 13%;height: 12%;margin-left: 160px;">
+ <img class="check-imga" src="../../assets/lpl.jpg" alt="" style="width: 13%;height: 12%;margin-left: 160px;">
+ <!-- // 搴曞浘 -->
+ <img class="data-img " src="../../assets/dlpl.png" alt="" style="width: 1200px;height: 400px;margin-left: 130px;margin-top: 50px;">
+ </div>
</div>
<el-dialog v-model="dialogFormVisible" top="12vh" width="85%" title="璇风‘璁ょ幓鐠冧俊鎭�" >
<div style="margin-left: 50px;margin-bottom: 10px;">
@@ -416,7 +419,7 @@
width: 3.3125rem;
height: 2.9375rem;
top:20rem;
- right: 52rem;
+ right: 57rem;
z-index: 10;
}
@@ -425,7 +428,7 @@
width: 3.3125rem;
height: 2.9375rem;
top:15rem;
- right: 37rem;
+ right: 29rem;
z-index: 10;
}
--
Gitblit v1.8.0