修改了页面风格
This commit is contained in:
@@ -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>
|
||||
|
||||
<!-- 表单内容 -->
|
||||
|
||||
Reference in New Issue
Block a user