Просмотр исходного кода

fix: 移除HumanBody组件的调试边框

- 在 HumanBody.tsx 中移除了调试用的红色边框样式

改动文件:
- src/components/HumanBody.tsx
dengdx 3 недель назад
Родитель
Сommit
aee54fdb66
3 измененных файлов с 19 добавлено и 2 удалено
  1. 17 0
      CHANGELOG.md
  2. 1 1
      package.json
  3. 1 1
      src/components/HumanBody.tsx

+ 17 - 0
CHANGELOG.md

@@ -2,6 +2,23 @@
 
 本项目的所有重要变更都将记录在此文件中。
 
+## [1.14.1] - 2025-12-18 17:30
+
+### 修复 (Fixed)
+- **HumanBody组件调试边框移除** ([src/components/HumanBody.tsx](src/components/HumanBody.tsx))
+  - 移除了调试用的红色边框样式,提升界面美观性
+
+**核心改进:**
+- 界面优化:移除调试边框,提升组件的视觉呈现效果
+- 代码清理:删除不必要的调试样式,保持代码整洁
+
+**改动文件:**
+- src/components/HumanBody.tsx
+- CHANGELOG.md
+- package.json (版本更新: 1.14.0 -> 1.14.1)
+
+---
+
 ## [1.14.0] - 2025-12-18 15:00
 
 ### 新增 (Added)

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "zsis",
-  "version": "1.14.0",
+  "version": "1.14.1",
   "private": true,
   "description": "医学成像系统",
   "main": "main.js",

+ 1 - 1
src/components/HumanBody.tsx

@@ -190,7 +190,7 @@ export default function HumanBody() {
     //   })}
     // </div>
     <div
-      className="relative border border-red-500"
+      className="relative "
       style={{ width: '294px', height: '694px' }}
     >
       {/* <img