hongjli
2025-04-09 6ef96cdb5308f94eb5eab311e645e98e30f88eb9
场景详情对话框优化
已修改1个文件
4 ■■■■ 文件已修改
src/components/SceneIntroDialog.tsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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"