修复页面重叠的问题 & 网关状态转换

This commit is contained in:
Eamon
2026-04-21 17:05:19 +08:00
parent 69c8029b8b
commit 4b1d87bb14
4 changed files with 44 additions and 17 deletions

View File

@@ -104,7 +104,7 @@ export default function Appbar(props: { admin: Admin }) {
}
return (
<header className="bg-white flex-none basis-16 border-b border-gray-200 flex items-center justify-between px-6">
<header className="bg-white flex-none basis-16 border-b border-gray-200 flex items-center justify-between px-6 z-40">
{/* 面包屑导航 */}
<div className="flex items-center text-sm">
{breadcrumbs.map((crumb, index) => (
@@ -194,7 +194,7 @@ export default function Appbar(props: { admin: Admin }) {
</div>
)}
<div className="py-1">
<div className="py-1 ">
<Link
href="/profile"
className="flex items-center px-4 py-2 text-sm text-gray-700 hover:bg-gray-100"