Commit 98e49be3 authored by shirlyn.guo's avatar shirlyn.guo 👌🏻

chore: 应用标题字重修改

parent 53009829
...@@ -245,7 +245,7 @@ function handleAnalysisPersonalApp(personalApp: PersonalAppConfigState) { ...@@ -245,7 +245,7 @@ function handleAnalysisPersonalApp(personalApp: PersonalAppConfigState) {
@click="handleEditPersonalApp(agentAppItem.baseInfo.agentId)" @click="handleEditPersonalApp(agentAppItem.baseInfo.agentId)"
> >
<div class="popover-trigger mb-[19px] mr-[15px] text-[14px]"> <div class="popover-trigger mb-[19px] mr-[15px] text-[14px]">
<div class="agent-desc h-[23px] w-full max-w-[160px]"> <div class="agent-desc h-[23px] w-full max-w-[160px] font-semibold">
<n-ellipsis style="max-width: 180px" :line-clamp="1"> <n-ellipsis style="max-width: 180px" :line-clamp="1">
{{ agentAppItem.baseInfo.agentTitle || '--' }} {{ agentAppItem.baseInfo.agentTitle || '--' }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment