lanxin 3 ساعت پیش
والد
کامیت
3153a86c71

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 11 - 11
public/myData/myData.js


+ 7 - 6
src/pages/A2yblm/components/Detail/index.module.scss

@@ -126,21 +126,22 @@
       }
       .detail_top,
       .detail_bottom {
+        justify-content: end;
         .topL {
-          width: 100px;
+          width: 106px;
           height: auto;
-          gap: 10px;
+          gap: 25px;
           .item {
-            width: 115px;
+            width: 103px;
             height: fit-content;
             min-height: 15px;
-            font-size: 12px;
-            line-height: 15px;
+            font-size: 10px;
+            line-height: 12px;
             .selectedBg {
               height: 27px;
               top: 50%;
               transform: translateY(-50%);
-              left: 31%;
+              left: 21%;
             }
           }
         }

+ 5 - 4
src/pages/A2yblm/index.module.scss

@@ -363,8 +363,8 @@
 
     .tagInfo {
       top: 23%;
-      left: 14%;
-      width: 218px;
+      left: 16%;
+      width: 206px;
       z-index: 2;
       .top {
         height: fit-content;
@@ -382,9 +382,10 @@
         margin-top: 10px;
       }
       .content > div {
-        font-size: 14px;
+        font-size: 13px;
         letter-spacing: 0;
-        text-align: start;
+        text-align: left;
+        hyphens: auto;
       }
     }
   }

+ 1 - 1
src/pages/A6ybwx/A6_2_zxzgh/index.tsx

@@ -54,7 +54,7 @@ function Sinicize({ setGotopage }: { setGotopage: (page: number) => void }) {
             <div className='dot'></div>
           </div>
         ) : null}
-        <div className='btn' style={{ lineHeight: twoline ? '7px' : '14px' }}>{name}</div>
+        <div className='btn' style={{ lineHeight: (myLangue === 'EN' && twoline) ? '7px' : '14px' }}>{name}</div>
         {direct === 'right' ? (
           <div className='arrowR' style={{ width: width + 'px' }}>
             <div className='dot'></div>

+ 1 - 1
src/pages/A6ybwx/Genealogy/index.tsx

@@ -80,7 +80,7 @@ function Genealogy({ setGotoTab }: { setGotoTab: (tab: number) => void }) {
             <div className='infoitem'> {myLangue === 'EN' && <div className='name_I songFont'>
               {myData?.genealogyData?.[currentNodeIndex]?.name}
               <span className='customN_I songFont'>
-                ({myData?.genealogyData?.[currentNodeIndex]?.customN})
+                {myData?.genealogyData?.[currentNodeIndex]?.customN && `(${myData.genealogyData?.[currentNodeIndex]?.customN})`}
               </span>
             </div>}</div>