修复:留言正文显式靠左对齐,避免被继承居中

This commit is contained in:
2026-02-27 02:14:54 +08:00
parent 54d4fc360b
commit b7fb6c6165

View File

@@ -222,7 +222,7 @@
{{-- 正文内容 --}}
<div class="px-5 pt-2.5 pb-2">
<p class="text-gray-700 text-[15px] leading-relaxed whitespace-pre-wrap">
<p class="text-left text-gray-700 text-[15px] leading-relaxed whitespace-pre-wrap">
{!! nl2br(e($msg->text_body)) !!}</p>
</div>