developing

This commit is contained in:
wystan_rin 2024-11-28 19:21:56 +08:00
parent a103506de9
commit f6085f3e32
1 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@
padding: 20px;
border-radius: 8px;
width: 90%;
max-width: 46vh;
max-width: 50vh;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
position: relative;
}
@ -204,7 +204,7 @@
}
.modal-body {
max-height: 45vh;
max-height: 50vh;
overflow-y: auto;
display: flex; /* 添加 Flexbox */
flex-direction: column; /* 垂直排列子元素 */