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,6 +8,11 @@ | ||
8 | top: 0; | 8 | top: 0; |
9 | } | 9 | } |
10 | } | 10 | } |
11 | + | ||
12 | + .placeholder { | ||
13 | + min-height: 2000px; | ||
14 | + width: 1px; | ||
15 | + } | ||
11 | </style> | 16 | </style> |
12 | <template> | 17 | <template> |
13 | <i-button @click="modal9 = true">距离顶部 20px</i-button> | 18 | <i-button @click="modal9 = true">距离顶部 20px</i-button> |
@@ -30,6 +35,7 @@ | @@ -30,6 +35,7 @@ | ||
30 | </Modal> | 35 | </Modal> |
31 | <i-button @click="instance(true)">Create Instance Scrollable</i-button> | 36 | <i-button @click="instance(true)">Create Instance Scrollable</i-button> |
32 | <i-button @click="instance(false)">Create Instance Non-scrollable</i-button> | 37 | <i-button @click="instance(false)">Create Instance Non-scrollable</i-button> |
38 | + <div class="placeholder"></div> | ||
33 | </template> | 39 | </template> |
34 | <script> | 40 | <script> |
35 | export default { | 41 | export default { |