Jelajahi Sumber

feat: 购买页面

BaiLuoYan 3 bulan lalu
induk
melakukan
3f61fdebc3
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      src/layouts/BasicLayout.tsx
  2. 1 1
      src/pages/pricing/index.tsx

+ 1 - 1
src/layouts/BasicLayout.tsx

@@ -5,7 +5,7 @@ import Topbar from '@/components/Topbar';
 
 const BasicLayout = () => {
     return (
-        <div className="min-h-screen bg-black flex flex-col">
+        <div className="min-h-full bg-black flex flex-col">
             <Topbar />
             <main className="pt-[81px] flex-1 min-h-0">
                 <Outlet />

+ 1 - 1
src/pages/pricing/index.tsx

@@ -29,7 +29,7 @@ const Pricing = memo(() => {
         <div className="flex items-start justify-center">
             <div className={`max-w-[1440px] w-full ${isMobile ? 'px-0' : 'px-[30px]'}`}>
                 <div
-                    className={`bg-[#0F1116] px-5 sm:px-5 lg:px-[100px] py-[30px] pb-[100px] flex flex-col ${isMobile ? 'gap-5 mt-0' : 'gap-10 my-[50px] rounded-[12px]'}`}
+                    className={`bg-[#0F1116] px-5 sm:px-5 lg:px-[100px] py-[30px] flex flex-col ${isMobile ? 'gap-5 mt-0 pb-[30px]' : 'gap-10 my-[50px] rounded-[12px] pb-[100px]'}`}
                 >
                     <span
                         className={`text-white font-semibold leading-[1.43] text-center uppercase ${isMobile ? 'text-[22px]' : 'text-[35px]'}`}