Skip to content

Commit

Permalink
2.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dooy committed Oct 10, 2024
1 parent a979e4b commit b923ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/mj/aiTextSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const closeed=()=>{
<template>
<div class="whitespace-pre-wrap pb-10" v-if="!isHideServer">
<div v-if="pp.msgInfo">
<div v-html="pp.msgInfo"> </div>
<div class="pt-3 text-center">
<div v-html="pp.msgInfo" class="p-5 text-center"> </div>
<div class="text-center">
<NButton type="primary" @click="st.show=true">{{ $t('setting.setting') }} </NButton>
</div>
</div>
Expand Down

0 comments on commit b923ff0

Please sign in to comment.