developing
This commit is contained in:
parent
a103506de9
commit
f6085f3e32
|
@ -175,7 +175,7 @@
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
max-width: 46vh;
|
max-width: 50vh;
|
||||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -204,7 +204,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
max-height: 45vh;
|
max-height: 50vh;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
display: flex; /* 添加 Flexbox */
|
display: flex; /* 添加 Flexbox */
|
||||||
flex-direction: column; /* 垂直排列子元素 */
|
flex-direction: column; /* 垂直排列子元素 */
|
||||||
|
|
Loading…
Reference in New Issue