Commit a236b370 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

chore: 调整样式

See merge request !53
parents 3e51f4ae e901f67d
......@@ -93,13 +93,15 @@ function handleMenuValueChange(key: string) {
<div class="bg-px-page_logo-png mx-auto flex h-[50px] w-full shrink-0 bg-contain bg-center bg-no-repeat" />
<div class="px-3 py-5">
<button
class="bg-theme-color hover:bg-hover-theme-color flex h-[40px] w-[203px] items-center justify-center rounded-md text-white outline-none"
<n-button
type="primary"
class="h-[40px]! w-[203px]! rounded-theme!"
:bordered="false"
@click="handleToPersonAppSettingPage"
>
<Plus theme="outline" size="16" fill="#fff" :stroke-width="4" />
<Plus theme="outline" size="20" fill="#fff" :stroke-width="3" />
<span class="ml-[5px]">{{ t('common_module.create_agent_btn_text') }}</span>
</button>
</n-button>
</div>
<n-scrollbar>
......
......@@ -61,11 +61,11 @@ function handleAddModelDialogue() {
:disabled="isDisabledAddModelBtn"
@click="handleAddModelDialogue"
>
<Plus theme="outline" size="16" fill="#fff" :stroke-width="4" />
<Plus theme="outline" size="18" fill="#fff" :stroke-width="3" />
<span class="ml-[5px]">{{ t('multi_model_dialogue_module.add_model') }}{{ totalNum }}/3</span>
</NButton>
<NButton type="info" @click="handleBack">
<Logout theme="outline" size="16" fill="#575FFF" :stroke-width="4" />
<Logout theme="outline" size="18" fill="#575FFF" :stroke-width="3" />
<span class="ml-[5px]">{{ t('multi_model_dialogue_module.quit_test') }}</span>
</NButton>
</div>
......
......@@ -106,7 +106,7 @@ function handleCloseAssociatedKnowledgeModal() {
<template #trigger>
<Plus
theme="outline"
size="21"
size="22"
:stroke-width="3"
class="text-theme-color cursor-pointer"
@click="handleShowAssociatedKnowledgeModel"
......
......@@ -984,7 +984,7 @@ function handleChangeMemoryFragmentState(value: boolean) {
theme="outline"
size="15"
fill="#333"
:stroke-width="2"
:stroke-width="3"
class="ml-1 cursor-pointer text-base text-[#999] outline-none"
/>
</template>
......
......@@ -116,7 +116,7 @@ async function handleCreateKnowledgeNextStep(createKnowledgeData: KnowledgeFormD
<div>
<NDropdown trigger="hover" :options="addPersonalSpaceOptions" @select="handleSelectAddType">
<NButton type="primary" :bordered="false" :focusable="false" class="min-w-[75px]!">
<Plus theme="outline" size="16" fill="#fff" :stroke-width="4" />
<Plus theme="outline" size="20" fill="#fff" :stroke-width="3" />
<span class="ml-1 text-sm">{{ t('personal_space_module.create_btn_text') }}</span>
</NButton>
</NDropdown>
......
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