Authored by lea guo

订单列表

... ... @@ -85,7 +85,7 @@ export default {
</script>
<style lang="scss" scoped>
.content-wrapper {
height: calc(100vh);
height: calc(100vh - 200px);
overflow-x: hidden;
overflow-y: auto;
-webkit-box-orient: vertical;
... ...
<template>
<layout-app>
<status-nav />
<div class="content-wrapper">
<status-nav />
<scroll
@pulling-up="fetchMore"
:options="options"
... ... @@ -87,7 +86,7 @@ export default {
</script>
<style lang="scss" scoped>
.content-wrapper {
height: calc(100vh);
height: calc(100vh - 300px);
overflow-x: hidden;
overflow-y: auto;
-webkit-box-orient: vertical;
... ...