diff --git a/ui/src/views/chat/pc/index.vue b/ui/src/views/chat/pc/index.vue index c56c57645..0a6464b10 100644 --- a/ui/src/views/chat/pc/index.vue +++ b/ui/src/views/chat/pc/index.vue @@ -41,16 +41,16 @@ chatUser.chat_profile.authentication_type === 'password' " > - + - + {{ - chatUser.chatUserProfile?.nick_name - }} + chatUser.chatUserProfile?.nick_name + }} @@ -58,7 +58,7 @@ - + @@ -83,7 +83,7 @@ style="padding-top: 8px; padding-bottom: 8px" @click="logout" > - + {{ $t('layout.logout') }} @@ -98,7 +98,7 @@ @click="isPcCollapse = !isPcCollapse" > - + @@ -134,13 +134,13 @@ {{ $t('common.export') }} Markdown{{ $t('common.export') }} Markdown {{ $t('common.export') }} HTML{{ $t('common.export') }} HTML {{ $t('common.export') }} PDF{{ $t('common.export') }} PDF @@ -191,8 +191,8 @@ --> - + @@ -206,7 +206,7 @@ :detail="executionDetail" :appType="applicationDetail?.type" /> - + @@ -222,31 +222,36 @@