fix: 侧边栏公司名居中排列
This commit is contained in:
@@ -155,7 +155,7 @@ export default function SidebarNav({ mobileOpen, onClose }: { mobileOpen: boolea
|
||||
)}
|
||||
>
|
||||
{/* 公司名区 */}
|
||||
<div className="h-14 flex items-center px-4 border-b border-gray-200 shrink-0">
|
||||
<div className="h-14 flex items-center justify-center px-4 border-b border-gray-200 shrink-0">
|
||||
<span className="font-bold text-sm text-gray-900 truncate">{orgData?.name || ''}</span>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user