style: 调整产品列表/解决方案列表标题宽度
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m35s

This commit is contained in:
2025-12-29 16:59:59 +08:00
parent 67e763670a
commit 1d708f05b2
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template>
<div class="page-container">
<div class="page-header">
<div>
<div class="max-w-[70%]">
<h1 class="page-title">{{ $t('our-products') }}</h1>
<p class="page-subtitle">
{{ $t('products-desc') }}{{ $t('find-discontinued-products') }}

View File

@ -1,7 +1,7 @@
<template>
<div class="page-container">
<div class="page-header">
<div>
<div class="max-w-[70%]">
<h1 class="page-title">{{ $t('learn-our-solutions') }}</h1>
<p class="page-subtitle">{{ $t('solutions-desc') }}</p>
</div>