feat: 评论区支持高度调整

This commit is contained in:
Tim
2025-07-25 10:57:29 +08:00
parent f5447604d6
commit 0cf44c2a42
4 changed files with 9 additions and 5 deletions

View File

@@ -57,7 +57,9 @@ body {
/*************************
* Vditor 自定义皮肤覆写
*************************/
.vditor {
min-height: 200px;
}
/* .vditor {
--textarea-background-color: transparent;
border: none !important;
@@ -200,6 +202,10 @@ body {
}
@media (max-width: 768px) {
.vditor {
min-height: 100px;
}
.vditor-toolbar {
display: none;
}