Commit ef5ed928 by Liu

fix:width

parent 424cc3c1
...@@ -331,7 +331,7 @@ export const Home: React.FC = () => { ...@@ -331,7 +331,7 @@ export const Home: React.FC = () => {
</> </>
)} )}
{/* 右侧区域 */} {/* 右侧区域 */}
<div className="hidden sm:flex h-full flex-none ml-auto"> <div className="hidden sm:flex flex-1 h-full">
<div <div
className="w-full h-full bg-transparent box-border rounded-[24px]" className="w-full h-full bg-transparent box-border rounded-[24px]"
style={{ height: 'calc(100vh - 64px)', background: '#FFFFFF', padding: '0 30px' }} style={{ height: 'calc(100vh - 64px)', background: '#FFFFFF', padding: '0 30px' }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment