From f70da2c4a289fddbc98f0b2c6695eb87e84b40f1 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Mon, 25 Apr 2022 22:04:58 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=9F=A5=E7=9C=8B=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8E=86=E5=8F=B2=E6=97=B6=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E3=80=81=E5=9B=BE=E8=A1=A8=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E7=BC=96=E8=BE=91=E5=8E=86=E5=8F=B2=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E4=B8=8D=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/js/pages/manage/components/FileContent.vue | 1 + resources/assets/sass/pages/components/file-content.scss | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/resources/assets/js/pages/manage/components/FileContent.vue b/resources/assets/js/pages/manage/components/FileContent.vue index de4b533a3..dfb2ad00d 100644 --- a/resources/assets/js/pages/manage/components/FileContent.vue +++ b/resources/assets/js/pages/manage/components/FileContent.vue @@ -69,6 +69,7 @@ +
diff --git a/resources/assets/sass/pages/components/file-content.scss b/resources/assets/sass/pages/components/file-content.scss index ef10b8de6..fac52db47 100644 --- a/resources/assets/sass/pages/components/file-content.scss +++ b/resources/assets/sass/pages/components/file-content.scss @@ -202,6 +202,15 @@ } } } + + .content-mask { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 2; + } } .content-load {