1
|
<template>
|
1
|
<template>
|
2
|
<layout-app>
|
2
|
<layout-app>
|
|
|
3
|
+ <status-nav />
|
3
|
<div class="content-wrapper">
|
4
|
<div class="content-wrapper">
|
4
|
- <status-nav />
|
|
|
5
|
-
|
|
|
6
|
<scroll
|
5
|
<scroll
|
7
|
@pulling-up="fetchMore"
|
6
|
@pulling-up="fetchMore"
|
8
|
:options="options"
|
7
|
:options="options"
|
|
@@ -87,7 +86,7 @@ export default { |
|
@@ -87,7 +86,7 @@ export default { |
87
|
</script>
|
86
|
</script>
|
88
|
<style lang="scss" scoped>
|
87
|
<style lang="scss" scoped>
|
89
|
.content-wrapper {
|
88
|
.content-wrapper {
|
90
|
- height: calc(100vh);
|
89
|
+ height: calc(100vh - 300px);
|
91
|
overflow-x: hidden;
|
90
|
overflow-x: hidden;
|
92
|
overflow-y: auto;
|
91
|
overflow-y: auto;
|
93
|
-webkit-box-orient: vertical;
|
92
|
-webkit-box-orient: vertical;
|