Refactor multiple pages to remove unnecessary labels and improve UI consistency

Updated various components including AssistantPage, AssistantWorkflowPage, ComponentsModelsPage, and others by removing redundant label elements and enhancing the header structure. This change streamlines the layout and improves the overall user experience across the application.
This commit is contained in:
Xin Wang
2026-06-07 19:50:29 +08:00
parent 2e3cc3ab5b
commit f49ec64881
12 changed files with 9 additions and 36 deletions

View File

@@ -268,8 +268,7 @@ export function ComponentsModelsPage() {
<div className="mx-auto flex w-full max-w-[1180px] flex-col gap-8">
<div className="flex flex-col items-start justify-between gap-5 sm:flex-row sm:gap-6">
<div>
<div className="caption-label text-muted-soft"></div>
<h1 className="font-display display-lg mt-3 text-ink"></h1>
<h1 className="font-display display-lg text-ink"></h1>
<p className="mt-3 max-w-2xl text-[15px] leading-7 text-muted-foreground">
LLMASRTTSRealtime Embedding 访
</p>