优化后台提示展示与聊天室公告样式
This commit is contained in:
@@ -9,13 +9,6 @@
|
||||
<p class="text-xs text-gray-500 mt-1">仅站长可见。每项操作不可撤销,请确认后执行。</p>
|
||||
</div>
|
||||
|
||||
{{-- 操作结果提示 --}}
|
||||
@if (session('ops_success'))
|
||||
<div class="mx-6 mt-5 p-4 bg-blue-50 border border-blue-200 rounded-lg text-blue-700 text-sm font-medium">
|
||||
{{ session('ops_success') }}
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<div class="p-6">
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-5">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user