This commit is contained in:
longdayi 2025-02-27 22:01:56 +08:00
parent c9c301a8a3
commit 3d78ee7b3b
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ export function MainHeader() {
: "/course/editor"; : "/course/editor";
navigate(url); navigate(url);
}} }}
className="flex items-center space-x-1 bg-gradient-to-r from-blue-500 to-blue-600 text-white hover:from-blue-600 hover:to-blue-700 border-none shadow-md hover:shadow-lg transition-all" type="primary"
icon={<EditFilled />}> >
{id ? "编辑课程" : "创建课程"} {id ? "编辑课程" : "创建课程"}
</Button> </Button>
</> </>