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