fix: 修改375状态下英文对齐样式 #7
| @ -18,7 +18,7 @@ | ||||
|           <h2 class="hero-title"> | ||||
|             {{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.TITLE") }} | ||||
|           </h2> | ||||
|           <div style="font-size: 16px" class="hero-description"> | ||||
|           <div style="font-size: 16px; text-align: justify;" class="hero-description"> | ||||
|             {{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.CONTENT") }} | ||||
|           </div> | ||||
|         </div> | ||||
|  | ||||
| @ -64,7 +64,7 @@ const columns = [ | ||||
|   { | ||||
|     title: "", | ||||
|     key: "name", | ||||
|     minWidth: 200, | ||||
|     minWidth: 120, | ||||
|     fixed: "left", | ||||
|     align: "center", | ||||
|     className: "name", | ||||
|  | ||||
| @ -25,7 +25,7 @@ | ||||
|         > | ||||
|           <n-h2 class="director-name">{{ director.name }}</n-h2> | ||||
|           <n-text class="director-title">{{ director.brief }}</n-text> | ||||
|           <n-p class="director-bio">{{ director.introduction }}</n-p> | ||||
|           <n-p class="director-bio" style="text-align: justify;">{{ director.introduction }}</n-p> | ||||
|         </div> | ||||
|       </div> | ||||
|     </div> | ||||
|  | ||||
| @ -31,7 +31,7 @@ | ||||
|           {{ $t("COMPANYOVERVIEW.TITLETWO.TITLE") }} | ||||
|         </h1> | ||||
|         <div class="content-block"> | ||||
|           <div style="font-size: 14px; color: #455363"> | ||||
|           <div style="font-size: 14px; color: #455363; text-align: justify;"> | ||||
|             {{ $t("COMPANYOVERVIEW.TITLETWO.CONTENT") }} | ||||
|           </div> | ||||
|           <!-- <p>{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENTTWO") }}</p> | ||||
| @ -51,9 +51,9 @@ | ||||
|                 {{ $t("COMPANYOVERVIEW.TITLETHREE.TITLE") }} | ||||
|               </h1> | ||||
|             </div> | ||||
|             <n-p style="font-size: 16px; color: #455363" class="card-content">{{ | ||||
|             <p style="font-size: 16px; color: #455363; text-align: justify;" class="card-content">{{ | ||||
|               $t("COMPANYOVERVIEW.TITLETHREE.CONTENTTWO") | ||||
|             }}</n-p> | ||||
|             }}</p> | ||||
|           </n-card> | ||||
|         </div> | ||||
|       </section> | ||||
| @ -246,7 +246,7 @@ | ||||
|               class="w-[95px]" | ||||
|             /> | ||||
|           </div> --> | ||||
|           <p style="font-size: 14px;" class="my-0 text-[#455363]"> | ||||
|           <p style="font-size: 14px; text-align: justify;" class="my-0 text-[#455363]"> | ||||
|             {{ $t("COMPANYOVERVIEW.TITLEFIVE.CONTENT").replace("•", "") }} | ||||
|           </p> | ||||
|           <!-- <div class="flex items-center"> | ||||
|  | ||||
| @ -25,7 +25,7 @@ | ||||
|           {{ t("financialinformation.secfilings.overview.title") }} | ||||
|         </div> | ||||
|         <p | ||||
|           class="overview-text pl-[20PX] text-[#455363] text-[13PX]" | ||||
|           class="overview-text px-[20PX] text-[#455363] text-[13PX] text-justify" | ||||
|           v-html="t('financialinformation.secfilings.overview.desc')" | ||||
|         ></p> | ||||
|       </section> | ||||
|  | ||||
| @ -77,7 +77,7 @@ | ||||
|             <!-- 卡片下半部 --> | ||||
|             <div> | ||||
|               <div class="content-section"> | ||||
|                 <p class="!text-[14PX]"> | ||||
|                 <p class="!text-[14PX]" style="word-break: break-all;text-align: justify;"> | ||||
|                   {{ leader.introduction }} | ||||
|                 </p> | ||||
|               </div> | ||||
|  | ||||
| @ -25,7 +25,7 @@ | ||||
|           <n-h1 class="hero-title"> | ||||
|             <div class="content-blocks" :class="{ 'slide-in': isInView }" ref="contentRef"> | ||||
|               <text>{{ $t("HOME.CONTAIN.TITLEONE.CONTENT") }}</text> | ||||
|               <p>{{ $t("HOME.CONTAIN.TITLEONE.CONTENTTWO") }}</p> | ||||
|               <p style="text-align: justify;">{{ $t("HOME.CONTAIN.TITLEONE.CONTENTTWO") }}</p> | ||||
|             </div> | ||||
|           </n-h1> | ||||
|         </transition> | ||||
| @ -37,15 +37,15 @@ | ||||
|       <h3 class="section-title">{{ $t("COMPANYOVERVIEW.TITLETWO.TITLE") }}</h3> | ||||
|       <h1 class="section-titles">{{ $t("COMPANYOVERVIEW.Company") }}</h1> | ||||
|       <div class="content-block text-[#455363]"> | ||||
|         <p>{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENT") }}</p> | ||||
|         <p> | ||||
|         <p style="text-align: justify;">{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENT") }}</p> | ||||
|         <p style="text-align: justify;"> | ||||
|           <text class="text-[#455363]">{{ | ||||
|             $t("COMPANYOVERVIEW.TITLETWO.CONTENTTWOTITLE") | ||||
|             }}</text> | ||||
| 
 | ||||
|           {{ $t("COMPANYOVERVIEW.TITLETWO.CONTENTTWO") }} | ||||
|         </p> | ||||
|         <p>{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENTTHREE") }}</p> | ||||
|         <p style="text-align: justify;">{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENTTHREE") }}</p> | ||||
|       </div> | ||||
| 
 | ||||
|       <n-carousel autoplay> | ||||
| @ -74,7 +74,7 @@ | ||||
|           {{ $t("COMPANYOVERVIEW.TITLEFIVE.TITLE") }} | ||||
|         </h2> | ||||
|         <div class="w-100% flex items-center justify-between"> | ||||
|           <p style="font-size: 14px" class="my-0 text-[#455363]"> | ||||
|           <p style="font-size: 14px; text-align: justify;" class="my-0 text-[#455363]"> | ||||
|             {{ $t("COMPANYOVERVIEW.TITLEFIVE.CONTENT").replace("•", "") }} | ||||
|           </p> | ||||
|         </div> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user