1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-09 13:47:25 +08:00

Merge 8a20612c95aa4b5de3d4f69ffe52c3f92d51c358 into 8f58baf617a1a54f9c298e3f87c50c8d1a1073a7

This commit is contained in:
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%;
}
}