Browse Source

fix(patient->register): modify the structure diagram of the horse

sw 3 weeks ago
parent
commit
2af35f01a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/EquineBody.tsx

+ 1 - 1
src/components/EquineBody.tsx

@@ -64,7 +64,7 @@ const EquineBody: React.FC<HorseBodyProps> = ({ selectedId, onPathClick }) => {
       />
       />
       <path
       <path
         id="Equine_THORAX"
         id="Equine_THORAX"
-        d="M221.2,173.4L221,273.5 259.8,268.7 278,263 290,256.3 300,246.5 310,253 310,166.7z"
+        d="M221.2,173.4 L400.2,170.5  400,253 Q375,233,350,243 L221.2,253z"
         fill={selectedId === 'Equine_THORAX' ? '#f5222d' : '#ccc'}
         fill={selectedId === 'Equine_THORAX' ? '#f5222d' : '#ccc'}
         stroke={selectedId === 'Equine_THORAX' ? '#ff4d4f' : '#ccc'}
         stroke={selectedId === 'Equine_THORAX' ? '#ff4d4f' : '#ccc'}
         strokeWidth={2}
         strokeWidth={2}