<template> <div id="app"> <router-view /> </div> </template> <style> #app, html, body { background: rgb(37, 45, 60); } /* 隐藏滚动条 */ ::-webkit-scrollbar { width: 0 !important; display: none; } </style>