fix autosize

This commit is contained in:
fly_mc 2024-09-19 00:06:00 +08:00
parent 61c31bfd66
commit a4f528176b

View file

@ -1068,6 +1068,7 @@ defineExpose({
&.modal {
width: 100%;
max-width: 520px;
overflow-y: auto;
}
}