@@ -1,6 +1,6 @@
<template>
<div>
- <div class="select" v-if="follow.length > 0" style="margin-top: -12px">
+ <div class="select" style="margin-top: -12px">
<span class="demonstration">日期范围:</span>
<time-select @clearSelect="clearSelect" @timeChange="timeChange"></time-select>
</div>