macOS transparency
This commit is contained in:
parent
dd879b46c5
commit
231936c0c7
4 changed files with 26 additions and 4 deletions
|
@ -452,7 +452,7 @@ const app = new Vue({
|
|||
history.forward()
|
||||
},
|
||||
getHTMLStyle() {
|
||||
document.querySelector("html").style.background = "#222";
|
||||
// document.querySelector("html").style.background = "#222";
|
||||
document.querySelector("body").classList.add("notransparency")
|
||||
},
|
||||
resetState() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue