修复:留言板 x-data 容器缺少 w-full 导致页面居中变窄
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
|
||||
|
||||
@section('content')
|
||||
<div x-data="{ showWriteForm: false, towho: '{{ $defaultTo }}' }" class="flex flex-col flex-1 h-full">
|
||||
<div x-data="{ showWriteForm: false, towho: '{{ $defaultTo }}' }" class="w-full">
|
||||
|
||||
{{-- 验证错误信息 --}}
|
||||
@if (isset($errors) && $errors->any())
|
||||
<div class="bg-red-100 border-l-4 border-red-500 text-red-700 p-4 mb-4 mx-4 mt-4 shadow-sm">
|
||||
|
||||
Reference in New Issue
Block a user