iview/test/routers/more.vue
梁灏 4db5926d6b fixed #153
fixed #153
2016-12-29 12:11:22 +08:00

16 lines
231 B
Vue

<style>
body{
height: 2000px !important;
}
</style>
<template>
<row>
<i-col span="0">123</i-col>
<i-col span="24">24</i-col>
</row>
</template>
<script>
export default {
}
</script>