feat: 调整导航宽度,适应小屏幕

perf/export-docx
Jimmy Liow 1 year ago
parent 472273396c
commit e31c4903c4

@ -103,7 +103,7 @@ function App() {
<Layout className='min-h-screen'> <Layout className='min-h-screen'>
<Header className='sticky top-0 z-10 w-full'> <Header className='sticky top-0 z-10 w-full'>
<Row gutter={{ md: 24 }} justify='end' align='middle'> <Row gutter={{ md: 24 }} justify='end' align='middle'>
<Col span={16}> <Col span={14}>
<NavLink to='/'> <NavLink to='/'>
<img src={AppLogo} className='float-left h-9 my-4 mr-6 ml-0 bg-white/30' alt='App logo' /> <img src={AppLogo} className='float-left h-9 my-4 mr-6 ml-0 bg-white/30' alt='App logo' />
</NavLink> </NavLink>
@ -130,7 +130,7 @@ function App() {
]} ]}
/> />
</Col> </Col>
<Col span={4}> <Col span={6}>
<h3 className='text-white mb-0 flex justify-end'> <h3 className='text-white mb-0 flex justify-end'>
{currentUser?.travelAgencyName} {currentUser?.travelAgencyName}
</h3> </h3>

Loading…
Cancel
Save