修改
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user