From 8fa14f15d89c02cee30c98acbb35c733f2a13cf2 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 17 Apr 2025 17:52:19 +0800
Subject: [PATCH] feat: 调整机巢列表
---
src/views/Home/HomeLeft/MachineNestList.vue | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/views/Home/HomeLeft/MachineNestList.vue b/src/views/Home/HomeLeft/MachineNestList.vue
index 8b4ccf8..19fa753 100644
--- a/src/views/Home/HomeLeft/MachineNestList.vue
+++ b/src/views/Home/HomeLeft/MachineNestList.vue
@@ -177,7 +177,7 @@
padding-top: 6px;
margin-top: 10px;
- height: 120px;
+ height: 100px;
}
img {
width: 45px;
@@ -218,8 +218,7 @@
// 作业中
.atcive {
color: #ffa768;
- background: linear-gradient(90deg, rgba(12, 45, 92, 1) 0%, #154671 50%, rgba(12, 45, 92, 1) 100%),
- linear-gradient(90deg, rgba(12, 45, 92, 1) 0%, rgba(12, 45, 92, 1) 50%, rgba(12, 45, 92, 1) 100%);
+
}
.numbering {
font-size: 12px;
--
Gitblit v1.9.3