diff --git a/public/static/ueditorPlus/themes/iframe.css b/public/static/ueditorPlus/themes/iframe.css index 75019b7..2509960 100644 --- a/public/static/ueditorPlus/themes/iframe.css +++ b/public/static/ueditorPlus/themes/iframe.css @@ -7,4 +7,7 @@ .gapfilling-span{ margin:0 5px; color:#919191; + user-select: none; + pointer-events: none; + -webkit-user-modify: read-only; } \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 686717f..ba6fe35 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,7 +11,7 @@ + \ No newline at end of file diff --git a/src/layouts/home/index.vue b/src/layouts/home/index.vue index 14f8314..e258b80 100644 --- a/src/layouts/home/index.vue +++ b/src/layouts/home/index.vue @@ -1,7 +1,7 @@