developing
This commit is contained in:
parent
a103506de9
commit
f6085f3e32
|
@ -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; /* 垂直排列子元素 */
|
||||
|
|
Loading…
Reference in New Issue