From 549240a042edad52f9642721e7b1f51b90ddaf34 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期二, 16 四月 2024 15:18:38 +0800
Subject: [PATCH] Merge branch 'master' into dev-threejs

---
 src/views/screen/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/screen/index.vue b/src/views/screen/index.vue
index 7f4fb93..4e8cf80 100644
--- a/src/views/screen/index.vue
+++ b/src/views/screen/index.vue
@@ -12,6 +12,7 @@
 import ScreenTitle from './components/screen-title/index.vue';
 import ScreenWrapper from './components/screen-wrapper/index.vue';
 
+
 export default {
   name: 'App',
   components: {
@@ -35,4 +36,5 @@
   background-repeat: no-repeat !important;
   background-position: center center !important;
 }
+
 </style>
\ No newline at end of file

--
Gitblit v1.8.0