fix: batch mobile layout fixes (#1641)

This commit is contained in:
Yuhao
2023-11-28 20:05:19 +08:00
committed by GitHub
parent cf0ba794d7
commit 3c37fd37fa
11 changed files with 42 additions and 49 deletions

View File

@@ -66,9 +66,8 @@ const ModifyRetrievalModal: FC<Props> = ({
return (
<div
className='fixed top-16 right-2 flex flex-col bg-white border-[0.5px] border-gray-200 rounded-xl shadow-xl z-10'
className='w-full flex flex-col bg-white border-[0.5px] border-gray-200 rounded-xl shadow-xl'
style={{
width: 632,
height: 'calc(100vh - 72px)',
}}
ref={ref}