perf: 调整供应商名字宽度

perf/export-docx
Jimmy Liow 11 months ago
parent d1977c180e
commit 058e8ef33a

@ -105,7 +105,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={15}>
<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>
@ -132,7 +132,7 @@ function App() {
]} ]}
/> />
</Col> </Col>
<Col span={6}> <Col span={7}>
<h3 className='text-white mb-0 line-clamp-1 text-end'> <h3 className='text-white mb-0 line-clamp-1 text-end'>
{currentUser?.travelAgencyName} {currentUser?.travelAgencyName}
</h3> </h3>

Loading…
Cancel
Save