소스 검색

feat: 购买页面

BaiLuoYan 3 달 전
부모
커밋
3f61fdebc3
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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]'}`}