bump: update for tailwindcss 4.0
This commit is contained in:
@@ -122,7 +122,7 @@ export const AppVersionList = () => {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className='flex-grow h-full relative'>
|
||||
<div className='grow h-full relative'>
|
||||
<div className='absolute top-2 left-4'>
|
||||
<Tooltip title='返回' placement='bottom'>
|
||||
<Button
|
||||
@@ -216,7 +216,7 @@ export const AppVersionList = () => {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className='flex-shrink h-full'>
|
||||
<div className='shark h-full'>
|
||||
{isUpload && (
|
||||
<div className='bg-white p-2 w-[600px] h-full flex flex-col'>
|
||||
<div className='header flex items-center gap-2'>
|
||||
@@ -254,7 +254,7 @@ export const AppVersionFile = () => {
|
||||
return (
|
||||
<>
|
||||
<div>version: {versionStore.formData.version}</div>
|
||||
<div className='border rounded-md my-2 flex-grow overflow-hidden'>
|
||||
<div className='border rounded-md my-2 grow overflow-hidden'>
|
||||
<div className='flex gap-2 items-center border-b py-2 px-2'>
|
||||
Files
|
||||
<FileUpload />
|
||||
|
||||
Reference in New Issue
Block a user