From 1a0b6c69df8bafa8d9c612a5ea04a34be712001c Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 24 四月 2024 16:01:40 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/views/screen/index.vue | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/views/screen/index.vue b/src/views/screen/index.vue
index 7f4fb93..2d85420 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: {
@@ -29,10 +30,15 @@
</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;
background-repeat: no-repeat !important;
background-position: center center !important;
}
+
</style>
\ No newline at end of file
--
Gitblit v1.8.0