笔记编辑功能修复

This commit is contained in:
DelLevin-Home
2026-07-16 04:12:04 +08:00
parent 1aab6858a7
commit 10ecf57fa7
9 changed files with 481 additions and 24 deletions

View File

@@ -5,14 +5,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css" />
<style>
html, body { margin: 0; padding: 0; min-height: 100%; overflow: hidden; }
#vditor { border: none !important; }
html, body { margin: 0; padding: 0; min-height: 100%; }
.vditor { border: none !important; }
.vditor-toolbar { display: none !important; }
.vditor-ir,
.vditor-ir__marker--cursor,
.vditor-content,
.vditor-reset { background: transparent !important; }
/* Vditor 编辑区域允许滚动Windows 桌面端需要) */
.vditor-ir { overflow-y: auto !important; }
/* 正文字体小一些 */
.vditor-reset { font-size: 13px !important; line-height: 1.6 !important; }
/* 标题字体更大 */