修复页面重叠的问题 & 网关状态转换
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user