CodeManagement/BigScreenVue/src/App.vue
@@ -1,6 +1,13 @@ <!-- * @Author: daidai * @Date: 2022-01-12 14:06:47 * @LastEditors: daidai * @LastEditTime: 2022-03-01 17:55:49 * @FilePath: \web-pc\src\pages\big-screen\App.vue --> <template> <div id="app"> <router-view /> <router-view/> </div> </template> @@ -8,7 +15,7 @@ #app { width: 100vw; height: 100vh; background-color: #020308; overflow: hidden; background-color: #03050C; // overflow: hidden; } </style> </style>