From d62380100e3dc32d4bef9fbd8ab5da8d659cb131 Mon Sep 17 00:00:00 2001 From: yangqiao <2818046800@qq.com> Date: Mon, 24 Feb 2025 15:28:18 +0800 Subject: [PATCH] 'pagedit' --- frontend/src/components/collapseView/index.less | 5 +---- frontend/src/lang/en.ts | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/collapseView/index.less b/frontend/src/components/collapseView/index.less index ef1c479..ce8b7f3 100755 --- a/frontend/src/components/collapseView/index.less +++ b/frontend/src/components/collapseView/index.less @@ -30,7 +30,6 @@ font-weight: 400; color: #fff; letter-spacing: 1px; - } .icon-box { @@ -69,11 +68,9 @@ padding-left: 30px; font-size: 16px; font-weight: 600; + white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; } } diff --git a/frontend/src/lang/en.ts b/frontend/src/lang/en.ts index 0916fc9..474ef27 100755 --- a/frontend/src/lang/en.ts +++ b/frontend/src/lang/en.ts @@ -10,7 +10,7 @@ export default { '推理完成,如果希望了解更多可继续在下面框中提问或新建对话。': 'The reasoning is complete. If you wish to learn more, you can continue to ask questions or create a new conversation in the box below.', '推理中': 'In Reasoning', '角色': 'Role', - '模型调用流程': 'Model Calling Process', + '模型调用流程': 'Agent Calling', '发送': 'send', '您好,多智能体MARS为您服务': 'Hello,multi-agent MARS is at your service', '推荐问题': 'Recommended Questions',