From ce67c118981bf354e919225ddd00a9614a187b14 Mon Sep 17 00:00:00 2001 From: JerryYan <792602257@qq.com> Date: Wed, 12 Aug 2020 22:36:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=82=E7=AC=94=E5=A4=B4=20Notpad=20OK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/global.css | 4 ++++ templete/notepad.html | 51 ++++++++++++++++++++++++------------------- 2 files changed, 33 insertions(+), 22 deletions(-) diff --git a/css/global.css b/css/global.css index a2da44d..988d728 100644 --- a/css/global.css +++ b/css/global.css @@ -141,4 +141,8 @@ body { color: #666666; padding-top: 8px; opacity: 0.8; +} + +*[v-cloak] { + display: none; } \ No newline at end of file diff --git a/templete/notepad.html b/templete/notepad.html index f0b53d9..bee7349 100644 --- a/templete/notepad.html +++ b/templete/notepad.html @@ -31,8 +31,10 @@ color: white; background-color: #444; } - #subPage { - height: calc(100vh - 140px); + .subPage { + padding-top: 10px; + overflow-y: auto; + height: calc(100vh - 160px); width: 100vw; border: none; } @@ -42,7 +44,28 @@