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:
commit
1fdf34d441
@ -1,6 +1,8 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<router-view></router-view>
|
||||
<el-scrollbar class="pagescrollbar">
|
||||
<router-view></router-view>
|
||||
</el-scrollbar>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -116,4 +116,7 @@
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
.pagescrollbar {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user