表格与页面样式调整

This commit is contained in:
2026-04-11 17:12:16 +08:00
parent 4307efae98
commit 04426ba36d
33 changed files with 239 additions and 1460 deletions

View File

@@ -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) => (