fix(CommentItem): 修改评论内容为文本格式,优化防抖检查注释

style(main.css): 添加白空格处理,优化动画效果
This commit is contained in:
anghunk
2026-01-26 17:47:22 +08:00
parent 39200072af
commit 298f1dc98f
2 changed files with 8 additions and 5 deletions

View File

@@ -395,6 +395,7 @@
line-height: 1.6;
color: var(--cwd-text, #24292f);
word-wrap: break-word;
white-space: pre-wrap;
margin-top: 10px;
}
@@ -573,9 +574,11 @@
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1.05);
}
@@ -980,4 +983,4 @@
background: transparent;
padding: 0;
color: #db850d;
}
}