This commit is contained in:
binbin_pan 2024-12-26 15:51:18 +08:00
parent 5f062198bc
commit 371597113a
1 changed files with 3 additions and 1 deletions

View File

@ -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>