This commit is contained in:
parent
5f062198bc
commit
371597113a
|
|
@ -527,11 +527,12 @@ export default {
|
||||||
}
|
}
|
||||||
.uPopup {
|
.uPopup {
|
||||||
width: 90vw;
|
width: 90vw;
|
||||||
min-height: 80vh;
|
height: 80vh;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
overflow-y: auto;
|
||||||
.pop-title {
|
.pop-title {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
|
|
@ -545,6 +546,7 @@ export default {
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
width: calc(90vw - 30px);
|
width: calc(90vw - 30px);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue