Commit de8310fd authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

chore(应用配置): 能力拓展区域样式

See merge request !102
parents 304ba5fc 3ca3973e
......@@ -559,14 +559,15 @@ function handleStopGenerate() {
</div>
</div>
<div class="h-full flex-1 overflow-auto border-r border-[#e8e9eb] py-4">
<div class="flex h-6 items-center px-5 leading-6">
<div class="flex h-full flex-1 flex-col overflow-auto border-r border-[#e8e9eb] py-4">
<div class="mb-1 flex h-6 items-center px-5 leading-6">
<CustomIcon icon="streamline:decent-work-and-economic-growth-solid" class="mr-1.5 text-base" />
<span>
{{ t('personal_space_module.agent_module.agent_setting_module.agent_config_module.ability_expand') }}
</span>
</div>
<div class="flex-1 overflow-auto">
<AgentAssociatedKnowledge v-model:knowledge-config="knowledgeConfig" />
<AgentMemorySetting
......@@ -587,6 +588,7 @@ function handleStopGenerate() {
</div>
</div>
</div>
</div>
<div
v-show="isFullScreenLoading"
......
......@@ -92,7 +92,7 @@ function handleUpdateDocumentParsing(value: boolean) {
<template>
<section class="border-b border-[#e8e9eb] px-5">
<div class="pt-4">
<h2 class="my-3 text-[#84868c]">
<h2 class="mb-3 text-[#84868c]">
{{ t('personal_space_module.agent_module.agent_setting_module.agent_config_module.knowledge') }}
</h2>
......
......@@ -61,7 +61,7 @@ function handleAIGenerateFeaturedQuestions() {
<template>
<section class="border-b border-[#e8e9eb] px-5">
<div class="pt-4">
<h2 class="my-3 text-[#84868c]">
<h2 class="mb-3 text-[#84868c]">
{{ t('personal_space_module.agent_module.agent_setting_module.agent_config_module.dialogue') }}
</h2>
<NCollapse
......
......@@ -69,7 +69,7 @@ function handleChangeMemoryFragmentState(value: boolean) {
<template>
<section class="border-b border-[#e8e9eb] px-5">
<div class="pt-4">
<h2 class="my-3 text-[#84868c]">
<h2 class="mb-3 text-[#84868c]">
{{ t('personal_space_module.agent_module.agent_setting_module.agent_config_module.memory') }}
</h2>
<NCollapse
......
......@@ -79,7 +79,7 @@ function handleEditAssociatedTimbreModel() {
<template>
<section class="border-b border-[#e8e9eb] px-5">
<div class="pt-4">
<h2 class="my-3 text-[#84868c]">{{ t('common_module.role') }}</h2>
<h2 class="mb-3 text-[#84868c]">{{ t('common_module.role') }}</h2>
<NCollapse
:expanded-names="roleConfigExpandedNames"
......
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