Skip to content

Commit

Permalink
调整大小
Browse files Browse the repository at this point in the history
  • Loading branch information
ffx0s committed Apr 20, 2021
1 parent 7b9ff24 commit 4dbc0db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modal/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export default {
left: 0;
width: 100%;
height: 100%;
height: 100vh;
display: table;
transition: opacity 0.3s ease;
pointer-events: none;
Expand All @@ -160,7 +161,7 @@ export default {
}
.v-modal__container {
width: 70%;
width: fit-content;
max-width: 500px;
margin: 0px auto;
padding: 20px;
Expand Down

0 comments on commit 4dbc0db

Please sign in to comment.