Commit e901f67d authored by nick zheng's avatar nick zheng

chore: 调整样式

parent 3e51f4ae
...@@ -93,13 +93,15 @@ function handleMenuValueChange(key: string) { ...@@ -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="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"> <div class="px-3 py-5">
<button <n-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" type="primary"
class="h-[40px]! w-[203px]! rounded-theme!"
:bordered="false"
@click="handleToPersonAppSettingPage" @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> <span class="ml-[5px]">{{ t('common_module.create_agent_btn_text') }}</span>
</button> </n-button>
</div> </div>
<n-scrollbar> <n-scrollbar>
......
...@@ -61,11 +61,11 @@ function handleAddModelDialogue() { ...@@ -61,11 +61,11 @@ function handleAddModelDialogue() {
:disabled="isDisabledAddModelBtn" :disabled="isDisabledAddModelBtn"
@click="handleAddModelDialogue" @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> <span class="ml-[5px]">{{ t('multi_model_dialogue_module.add_model') }}{{ totalNum }}/3</span>
</NButton> </NButton>
<NButton type="info" @click="handleBack"> <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> <span class="ml-[5px]">{{ t('multi_model_dialogue_module.quit_test') }}</span>
</NButton> </NButton>
</div> </div>
......
...@@ -106,7 +106,7 @@ function handleCloseAssociatedKnowledgeModal() { ...@@ -106,7 +106,7 @@ function handleCloseAssociatedKnowledgeModal() {
<template #trigger> <template #trigger>
<Plus <Plus
theme="outline" theme="outline"
size="21" size="22"
:stroke-width="3" :stroke-width="3"
class="text-theme-color cursor-pointer" class="text-theme-color cursor-pointer"
@click="handleShowAssociatedKnowledgeModel" @click="handleShowAssociatedKnowledgeModel"
......
...@@ -984,7 +984,7 @@ function handleChangeMemoryFragmentState(value: boolean) { ...@@ -984,7 +984,7 @@ function handleChangeMemoryFragmentState(value: boolean) {
theme="outline" theme="outline"
size="15" size="15"
fill="#333" fill="#333"
:stroke-width="2" :stroke-width="3"
class="ml-1 cursor-pointer text-base text-[#999] outline-none" class="ml-1 cursor-pointer text-base text-[#999] outline-none"
/> />
</template> </template>
......
...@@ -116,7 +116,7 @@ async function handleCreateKnowledgeNextStep(createKnowledgeData: KnowledgeFormD ...@@ -116,7 +116,7 @@ async function handleCreateKnowledgeNextStep(createKnowledgeData: KnowledgeFormD
<div> <div>
<NDropdown trigger="hover" :options="addPersonalSpaceOptions" @select="handleSelectAddType"> <NDropdown trigger="hover" :options="addPersonalSpaceOptions" @select="handleSelectAddType">
<NButton type="primary" :bordered="false" :focusable="false" class="min-w-[75px]!"> <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> <span class="ml-1 text-sm">{{ t('personal_space_module.create_btn_text') }}</span>
</NButton> </NButton>
</NDropdown> </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