表格与页面样式调整
This commit is contained in:
@@ -103,7 +103,7 @@ export default function Appbar(props: { admin: Admin }) {
|
||||
}
|
||||
|
||||
return (
|
||||
<header className="bg-white h-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">
|
||||
{/* 面包屑导航 */}
|
||||
<div className="flex items-center text-sm">
|
||||
{breadcrumbs.map((crumb, index) => (
|
||||
|
||||
Reference in New Issue
Block a user