From 67c3e5489fec7632f39fa510e371c50b5686bfd8 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 16 Apr 2025 09:44:49 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/command-center-dashboard

---
 src/views/SignMachineNest/MachineRight/MachineStatus/MachineTableDetails/DeviceJob/DeviceJob.vue |   16 +++++-----------
 1 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/src/views/SignMachineNest/MachineRight/MachineStatus/MachineTableDetails/DeviceJob/DeviceJob.vue b/src/views/SignMachineNest/MachineRight/MachineStatus/MachineTableDetails/DeviceJob/DeviceJob.vue
index 4999956..4d904db 100644
--- a/src/views/SignMachineNest/MachineRight/MachineStatus/MachineTableDetails/DeviceJob/DeviceJob.vue
+++ b/src/views/SignMachineNest/MachineRight/MachineStatus/MachineTableDetails/DeviceJob/DeviceJob.vue
@@ -12,8 +12,8 @@
 				:data="list"
 				:row-class-name="tableRowClassName"
 				style="width: 100%"
-				:row-style="{ height: '38px', fontSize: '14px', 'text-align': 'center' }"
-				:header-cell-style="{ 'text-align': 'center', height: '36px', fontSize: '14px' }"
+				:row-style="{ height: '35px', fontSize: '14px', 'text-align': 'center' }"
+				:header-cell-style="{ 'text-align': 'center', height: '30px', fontSize: '14px' }"
 			>
 				<el-table-column label="序号" type="index" width="60">
 					<template #default="{ $index }">
@@ -100,7 +100,7 @@
 // 标题
 .machineTableDetailsTitle {
 	margin: 0 24px;
-	margin-bottom: 16px;
+	margin-bottom: 10px;
 	background: url('/src/assets/images/signMachineNest/machineRight/detailtitle.png') no-repeat center;
 	background-size: 100% 100%;
 	p {
@@ -121,15 +121,9 @@
 // 表格
 .devicelob-table {
 	padding: 0 17px;
-	// height: 280px;
-	// overflow: hidden;
-	// overflow-y: scroll !important;
+
 }
-// :deep(::-webkit-scrollbar) {
-// 	width: 0;
-// 	display: none;
-// 	background: none !important;
-// }
+
 
 // 分页
 :deep(.el-pagination) {

--
Gitblit v1.9.3