修改了页面风格

This commit is contained in:
2026-01-18 21:15:15 +08:00
parent b2f19d9583
commit ea8d5a28dd
4 changed files with 579 additions and 46 deletions

View File

@@ -48,7 +48,13 @@
<!-- 页面标题 -->
<div class="px-8 py-4">
<h1 class="text-xl font-medium text-gray-800">模型调优 / 创建训练任务</h1>
<div class="bg-white rounded-lg shadow-sm p-4 border-b border-gray-100">
<div class="flex items-center text-sm">
<span class="text-primary cursor-pointer hover:underline" onclick="window.location.href='main.html'">模型调优</span>
<span class="mx-2 text-gray-300">/</span>
<span class="text-gray-800 font-medium">创建训练任务</span>
</div>
</div>
</div>
<!-- 表单内容 -->