修复后台弹窗被顶部栏遮挡问题
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
</header>
|
||||
|
||||
<!-- 内容滚动区 -->
|
||||
<div class="flex-1 overflow-y-auto p-6 relative z-10">
|
||||
<div class="flex-1 overflow-y-auto p-6 relative">
|
||||
@if (session('success'))
|
||||
<div class="mb-6 bg-emerald-100 border-l-4 border-emerald-500 text-emerald-700 p-4 rounded shadow-sm">
|
||||
{{ session('success') }}
|
||||
|
||||
Reference in New Issue
Block a user