From df499252aa425d30cd9ae4697e8f6ceeacb62098 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期二, 23 十二月 2025 13:53:12 +0800
Subject: [PATCH] 添加上刀下刀记录界面

---
 App.vue |   33 +++++++++++++++++++++------------
 1 files changed, 21 insertions(+), 12 deletions(-)

diff --git a/App.vue b/App.vue
index 5939e92..199a257 100644
--- a/App.vue
+++ b/App.vue
@@ -19,19 +19,28 @@
 	uni-page-wrapper{
 		background-color: whitesmoke;
 	}
+	
+	/* 缁熶竴鎸夐挳鏍峰紡 */
 	button{
 		margin: 10px;
+		padding: 8px 16px;
+		border-radius: 4px;
+		border: none;
+		font-size: 16px;
+		cursor: pointer;
+		transition: all 0.3s;
 	}
-
-    .checkbox[data-v-c2c83a8e] {
-        padding: 10px;
-        width: 26px;
-        padding-left: 12px;
-        display: table-cell;
-        vertical-align: middle;
-        color: #333;
-        font-weight: 500;
-        border-bottom: 1px #ebeef5 solid;
-        font-size: 14px;
-    }
+	
+	/* 鎻愮ず淇℃伅鏍峰紡 */
+	.toast-message {
+		font-size: 20px;
+		font-weight: bold;
+		padding: 16px 32px;
+		border-radius: 8px;
+		background-color: #1890ff;
+		color: white;
+		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
+		text-align: center;
+		z-index: 9999;
+	}
 </style>

--
Gitblit v1.9.3