opt: limit the image display size in reply component

This commit is contained in:
RockYang
2023-12-15 10:48:13 +08:00
parent fc66c31e89
commit b00f16648f
5 changed files with 13 additions and 2 deletions

View File

@@ -526,6 +526,7 @@ const rewritePrompt = () => {
params.value.prompt = res.data
loading.value = false
}).catch(e => {
loading.value = false
ElMessage.error("翻译失败:" + e.message)
})
}
@@ -536,6 +537,7 @@ const translatePrompt = () => {
params.value.prompt = res.data
loading.value = false
}).catch(e => {
loading.value = false
ElMessage.error("翻译失败:" + e.message)
})
}