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 @@
信用卡
阅看越想
- +
+
+
+
{{each.title}}
+
创建时间:{{each.create_time}}
+
更改时间:{{each.update_time}}
+
+
+
你确定要删除么?
+
{{each.title}}
+
+
+
编辑
+
删除
+
+
+
确认
+
取消
+
+
+
+ @@ -50,6 +73,7 @@ +