forked from XiaoLFeng/XF_Index
FixBUG: 修复前端多出内容
修改: - edit.blade.php Signed-off-by: XiaoLFeng <gm@x-lf.cn>
This commit is contained in:
parent
e5fd13819f
commit
028479094a
|
@ -347,12 +347,6 @@ class="z-[9999] fixed top-5 left-5 hidden items-center w-full max-w-xs p-4 space
|
|||
</div>
|
||||
</div>
|
||||
<!-- Modal -->
|
||||
|
||||
<button class="block text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none
|
||||
focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800" type="button">
|
||||
Toggle modal
|
||||
</button>
|
||||
|
||||
<div id="Modal" tabindex="-1" class="fixed top-0 left-0 right-0 z-50 hidden p-4 overflow-x-hidden overflow-y-auto md:inset-0 h-[calc(100%-1rem)] max-h-full">
|
||||
<div class="relative w-full max-w-md max-h-full">
|
||||
<div class="relative bg-white rounded-lg shadow dark:bg-gray-700">
|
||||
|
|
Loading…
Reference in New Issue
Block a user