src/views/screen/index.vue
@@ -1,5 +1,6 @@ <template> <div class="screen-container"> <screen-title></screen-title> <v-scale-screen width="1920" height="1080" :autoScale="true" :delay="0" class="screen"> <screen-wrapper></screen-wrapper> @@ -35,4 +36,5 @@ background-repeat: no-repeat !important; background-position: center center !important; } </style>