From 751f47e3959871d7d8b5e8e3941ffb0cf44c5945 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期二, 04 十一月 2025 13:37:14 +0800
Subject: [PATCH] 样式调整

---
 components/EquipmentInspection.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/EquipmentInspection.vue b/components/EquipmentInspection.vue
index fefa8e6..61c9c18 100644
--- a/components/EquipmentInspection.vue
+++ b/components/EquipmentInspection.vue
@@ -263,9 +263,9 @@
 
 .info-row {
 	display: flex;
-	justify-content: space-between;
+	justify-content: flex-start;
 	align-items: center;
-	gap: 20px;
+	gap: 60px;
 }
 
 .info-item {

--
Gitblit v1.9.3