产品页面跳转与性能优化

This commit is contained in:
2025-03-24 11:45:54 +08:00
parent 906693be10
commit 60155e9d9d
8 changed files with 230 additions and 198 deletions

View File

@@ -30,7 +30,7 @@ export default function ProductPage(props: ProductPageProps) {
</li>
</ul>
<section role={`tabpanel`} className={`flex flex-row bg-white`}>
<section role={`tabpanel`} className={`flex flex-row bg-white rounded-lg`}>
<Left/>
<Center/>
<Right/>