新增数据,编辑数据初步完善
This commit is contained in:
@@ -5,7 +5,7 @@ interface PageHeaderProps {
|
||||
|
||||
export function PageHeader({ title, onSave }: PageHeaderProps) {
|
||||
return (
|
||||
<div className="flex justify-between items-center pb-2">
|
||||
<div className="flex justify-between items-center pb-2 mb-4 border-b border-gray-200">
|
||||
<h1 className="text-xl font-medium text-gray-800">{title}</h1>
|
||||
<div>
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user