generated from dwd/boilarplate-remix-tailwind-antd
work on classmate-directory page
This commit is contained in:
@@ -194,7 +194,7 @@ const App: React.FC = () => {
|
||||
<div className='border-b-[1px] py-2 border-[#CFCFCF]'>
|
||||
<div className='container mx-auto flex flex-row justify-between pr-8'>
|
||||
<div className='inline-flex justify-center place-items-center'>
|
||||
<Breadcrumb separator=">" items={[{title: <a href="">Administration</a>,},{title: 'Class Directory',},]}/>
|
||||
<Breadcrumb separator=">" className='pl-6' style={{fontSize: '18px' , fontWeight: '700'}} items={[{title: <a href="">Administration</a>,},{title: 'Class Directory',},]}/>
|
||||
</div>
|
||||
<div>
|
||||
<Button className='border-none shadow-none bg-transparent hover:bg-transparent' onClick={showLoading}>
|
||||
@@ -221,16 +221,18 @@ const App: React.FC = () => {
|
||||
</div>
|
||||
|
||||
{/* Place Content from here */}
|
||||
<section className=''>
|
||||
<div className='grid grid-cols-1 md:grid-cols-7'>
|
||||
<div className='md:col-span-5 border-r-[1px] border-r-[#CFCFCF]'>
|
||||
<section className='container mx-auto'>
|
||||
<div className='grid grid-cols-1 xl:grid-cols-7'>
|
||||
<div className='xl:col-span-5 border-r-[1px] border-r-[#CFCFCF]'>
|
||||
<ClassMates />
|
||||
</div>
|
||||
<div className='md:col-span-2 p-4'>
|
||||
<div className='xl:col-span-2 p-4'>
|
||||
<div>
|
||||
<ClassmateTutorSection />
|
||||
</div>
|
||||
<TopPerformers />
|
||||
<div className='border-[1px] border-r-[#CFCFCF] mt-6'>
|
||||
<TopPerformers />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user