From 6ef96cdb5308f94eb5eab311e645e98e30f88eb9 Mon Sep 17 00:00:00 2001
From: hongjli <3117313295@qq.com>
Date: 星期三, 09 四月 2025 16:19:07 +0800
Subject: [PATCH] 场景详情对话框优化

---
 src/components/SceneIntroDialog.tsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/SceneIntroDialog.tsx b/src/components/SceneIntroDialog.tsx
index b8fb679..ab2ecb2 100644
--- a/src/components/SceneIntroDialog.tsx
+++ b/src/components/SceneIntroDialog.tsx
@@ -201,7 +201,7 @@
                                 <div className="relative">
                                   <h3 className="text-lg font-semibold mb-4 flex items-center text-white group-hover:text-[#6ADBFF] transition-colors duration-300">
                                     <div className="w-1 h-4 bg-[#6ADBFF] mr-2 opacity-70 group-hover:opacity-100 group-hover:h-5 transition-all duration-300"></div>
-                                    鍦烘櫙鑳屾櫙
+                                    鑳屾櫙璇存槑
                                   </h3>
                                   <p className="text-gray-300 leading-relaxed group-hover:text-gray-200 transition-colors duration-300">{scene.background}</p>
                                 </div>
@@ -252,7 +252,7 @@
                                     </h3>
                                     <button
                                       onClick={() => setShowDataPreview(true)}
-                                      className="flex items-center px-3 py-1.5 text-sm text-[#6ADBFF] hover:text-white bg-[#1A2547]/50 hover:bg-[#6ADBFF]/10 rounded-full transition-all duration-300 group/btn"
+                                      className="flex items-center px-3 py-1.5 text-sm text-[#6ADBFF] hover:text-white bg-[#1A2547]/50 hover:bg-[#6ADBFF]/10 rounded-full transition-all duration-300 group/btn cursor-pointer"
                                     >
                                       <svg 
                                         xmlns="http://www.w3.org/2000/svg" 

--
Gitblit v1.9.3