This commit is contained in:
2025-07-17 15:32:22 +08:00
parent d06002d95c
commit 0ba299ee05

View File

@@ -197,11 +197,8 @@
'overflow-wrap': 'break-word', 'overflow-wrap': 'break-word',
'word-break': 'normal', 'word-break': 'normal',
'white-space': 'normal', 'white-space': 'normal',
'line-height': '1.6'
}); });
// 优化段落间距
$('#rendered-content p').css('margin-bottom', '1em');
}); });
</script> </script>
{/block} {/block}