diff --git a/nezha-fronted/src/components/common/js/htmlToPdf.js b/nezha-fronted/src/components/common/js/htmlToPdf.js index 2ee451703..3aba80f7b 100644 --- a/nezha-fronted/src/components/common/js/htmlToPdf.js +++ b/nezha-fronted/src/components/common/js/htmlToPdf.js @@ -53,8 +53,8 @@ export default { if (flag) { loading = Loading.service({ lock: true, - text: '正在下载pdf...', - background: 'rgba(0,500,200,.5)' + text: this.$t('overall.downloadProgress') + 'pdf...', + background: 'rgba(0,0,0,.3)' }) } else { if (loading) {