diff --git a/src/components/websocket/Onlinewebsocket.vue b/src/components/websocket/Onlinewebsocket.vue index d32c0692a206f26b7e975485e3f9acf12df2f3f9..f920e20c804d6f1cbd75146a9f74c186570ebb65 100644 --- a/src/components/websocket/Onlinewebsocket.vue +++ b/src/components/websocket/Onlinewebsocket.vue @@ -637,8 +637,11 @@ export default { margin: 0; padding: 0; background: url(https://w.wallhaven.cc/full/72/wallhaven-72wzq9.png); - /* background-size: cover; */ - background-repeat: repeat-y; + background-position: center center; + background-clip: border-box; + background-size:100% 100%; + background-attachment:fixed; + background-repeat: no-repeat; } /* 取消滚动并且隐藏 */