style: 限制文档项段落的最大宽度

This commit is contained in:
2026-01-07 14:22:22 +08:00
parent b733f81ed8
commit 136728798a

View File

@@ -101,6 +101,7 @@ p {
/* 文档项内段落样式 */ /* 文档项内段落样式 */
.doc-item p{ .doc-item p{
margin-top: 0; margin-top: 0;
max-width: 706px;
font-size: 16px; font-size: 16px;
} }