调整支付页面样式;移除 mdx 测试页面

This commit is contained in:
2025-06-10 09:31:05 +08:00
parent eb12063bdb
commit 87621202a9
10 changed files with 13 additions and 72 deletions

View File

@@ -10,7 +10,7 @@ export default async function Purchase(props: PurchaseProps) {
return (
<div className="flex flex-col gap-4">
<Tabs defaultValue="short" className="gap-4">
<TabsList className="w-full p-2 bg-white rounded-lg justify-center">
<TabsList className="w-full p-2 bg-white rounded-lg justify-start md:justify-center overflow-auto">
<Tab value="short"></Tab>
<Tab value="long"></Tab>
<Tab value="fixed"></Tab>