diff --git a/src/components/showDonateBar/index.vue b/src/components/showDonateBar/index.vue index 356e024..573250d 100644 --- a/src/components/showDonateBar/index.vue +++ b/src/components/showDonateBar/index.vue @@ -30,6 +30,7 @@ export default { mounted () { document.getElementById('app').style.backgroundColor = 'rgba(0, 0, 0, 0)' document.body.style.backgroundColor = 'rgba(0, 0, 0, 0)' + document.documentElement.style.backgroundColor = 'rgba(0, 0, 0, 0)' this.client = axios.create({ baseURL: apiUrl })