up
This commit is contained in:
@@ -383,7 +383,9 @@ onMounted(() => {
|
|||||||
class="fixed inset-0 z-50 flex items-center justify-center bg-gray-800/20"
|
class="fixed inset-0 z-50 flex items-center justify-center bg-gray-800/20"
|
||||||
>
|
>
|
||||||
<!-- 👇 最关键:给外层加最大高度 + 溢出隐藏 -->
|
<!-- 👇 最关键:给外层加最大高度 + 溢出隐藏 -->
|
||||||
<div class="modal-content bg-white rounded-lg shadow-lg w-full max-w-2xl max-h-[95vh] flex flex-col">
|
<div
|
||||||
|
class="modal-content bg-white rounded-lg shadow-lg w-full max-w-2xl max-h-[95vh] flex flex-col"
|
||||||
|
>
|
||||||
<!-- 模态框头部 -->
|
<!-- 模态框头部 -->
|
||||||
<div
|
<div
|
||||||
class="modal-header border-b p-4 flex justify-between items-center flex-shrink-0"
|
class="modal-header border-b p-4 flex justify-between items-center flex-shrink-0"
|
||||||
|
|||||||
Reference in New Issue
Block a user