From e190778db3dbac1c8832f599375d12d1c13a8996 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 10 十月 2025 16:30:16 +0800
Subject: [PATCH] 布局优化

---
 components/machine.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/components/machine.vue b/components/machine.vue
index 7fe6323..747de62 100644
--- a/components/machine.vue
+++ b/components/machine.vue
@@ -255,12 +255,12 @@
 		margin-bottom: 4vh;
 	}
 
-	.item {
-		display: flex;
-		flex-direction: row;
-		align-items: flex-start;
-		margin-bottom: 2vh;
-	}
+    .item {
+        display: flex;
+        flex-direction: column; /* 鍘熸潵鏄� row */
+        align-items: flex-start;
+        margin-bottom: 2vh;
+    }
 
 	button {
 		width: 100%;

--
Gitblit v1.9.3