This commit is contained in:
A1300399510
2023-08-02 17:20:11 +08:00
parent ea9bd43b14
commit 29882f84a2
4 changed files with 18 additions and 18 deletions

View File

@@ -82,11 +82,12 @@ const showPop = () => show.value = !show.value
left: 50%;
transform: translate(-50%, -50%);
width: 1200px;
height: 800px;
height: calc(100% - 100px);
background: #fff;
border-radius: 20px;
padding: 20px;
max-width: 90vw;
// max-height: 85vh;
.close {
display: block;