修复后台弹窗被顶部栏遮挡问题

This commit is contained in:
2026-04-21 15:47:55 +08:00
parent 96a449d94b
commit cf4006eb8b
+1 -1
View File
@@ -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') }}