ZhangXianQiang
2024-05-24 aa05304d221b1883d746e686f390d6f3fba598a7
src/views/screen/index.vue
@@ -1,9 +1,7 @@
<template>
  <div class="screen-container">
    <screen-title></screen-title>
    <v-scale-screen width="1920" height="1080" :autoScale="true" :delay="0" class="screen">
      <screen-map-three></screen-map-three>
      <screen-wrapper></screen-wrapper>
    </v-scale-screen>
  </div>
@@ -13,7 +11,6 @@
<script>
import ScreenTitle from './components/screen-title/index.vue';
import ScreenWrapper from './components/screen-wrapper/index.vue';
import ScreenMapThree from './components/screen-map-three/index.vue';
export default {
@@ -21,7 +18,6 @@
  components: {
    ScreenTitle,
    ScreenWrapper,
    ScreenMapThree
  },
  data() {
    return {
@@ -34,6 +30,10 @@
</script>
<style lang="scss" scoped>
.screen-container {
  user-select: none;
  -webkit-user-select: none;
}
.screen {
  background: url('../../assets/images/screen/pageBg1.jpg') !important;
  background-size: cover !important;