|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
<template>
|
|
|
- <view class="page">
|
|
|
|
|
|
|
+ <view class="page" :style="{'height':countsList.length>0?'':'100vh'}">
|
|
|
<view class="flex-col" v-if="countsList.length === 0">
|
|
<view class="flex-col" v-if="countsList.length === 0">
|
|
|
<view class="flex-row justify-center">
|
|
<view class="flex-row justify-center">
|
|
|
<image class="empty" src="/static/imageIcon/empty.png" mode="widthFix"></image>
|
|
<image class="empty" src="/static/imageIcon/empty.png" mode="widthFix"></image>
|