From 0a2b414821ce4872edd09f3f98738a10c696910e Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 23 七月 2024 10:43:06 +0800
Subject: [PATCH] 所有搜索按钮mini改为small
---
src/views/screen/index.vue | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/views/screen/index.vue b/src/views/screen/index.vue
index 2758458..26ed82b 100644
--- a/src/views/screen/index.vue
+++ b/src/views/screen/index.vue
@@ -1,6 +1,5 @@
<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>
@@ -12,6 +11,7 @@
<script>
import ScreenTitle from './components/screen-title/index.vue';
import ScreenWrapper from './components/screen-wrapper/index.vue';
+
export default {
name: 'App',
@@ -30,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;
@@ -37,4 +41,4 @@
background-position: center center !important;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.8.0