pull/749/merge
Devil 2018-08-17 15:41:24 +00:00 committed by GitHub
commit 1fdf34d441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,8 @@
<template>
<div id="app">
<router-view></router-view>
<el-scrollbar class="pagescrollbar">
<router-view></router-view>
</el-scrollbar>
</div>
</template>

View File

@ -116,4 +116,7 @@
transition: none;
}
}
.pagescrollbar {
height: 100%;
}
}