Commit 8ed5fd0ca9bdb34998f638a28cc28e246208e0d0
1 parent
b3aa5e38
added a placeholder for test
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
test/routers/more.vue
... | ... | @@ -8,6 +8,11 @@ |
8 | 8 | top: 0; |
9 | 9 | } |
10 | 10 | } |
11 | + | |
12 | + .placeholder { | |
13 | + min-height: 2000px; | |
14 | + width: 1px; | |
15 | + } | |
11 | 16 | </style> |
12 | 17 | <template> |
13 | 18 | <i-button @click="modal9 = true">距离顶部 20px</i-button> |
... | ... | @@ -30,6 +35,7 @@ |
30 | 35 | </Modal> |
31 | 36 | <i-button @click="instance(true)">Create Instance Scrollable</i-button> |
32 | 37 | <i-button @click="instance(false)">Create Instance Non-scrollable</i-button> |
38 | + <div class="placeholder"></div> | |
33 | 39 | </template> |
34 | 40 | <script> |
35 | 41 | export default { | ... | ... |