From 191ddb54ab7ab89c463819a6383957ec3ef13e40 Mon Sep 17 00:00:00 2001 From: Jay Date: Thu, 30 Aug 2018 11:49:16 +0800 Subject: [PATCH] change html bg --- src/components/showDonateBar/index.vue | 1 + 1 file changed, 1 insertion(+) 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 })