From 2691d5f9bcf7a5cae7664ebb44daf9adeee156aa Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期五, 12 四月 2024 09:29:34 +0800
Subject: [PATCH] fix:修改富文本粘贴问题
---
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