|
@@ -8,9 +8,6 @@
|
|
/>
|
|
/>
|
|
<div class="tv-list" :style="'font-size:' + fontSize + 'px'">
|
|
<div class="tv-list" :style="'font-size:' + fontSize + 'px'">
|
|
<div class="content">
|
|
<div class="content">
|
|
- <div class="titleTop">
|
|
|
|
- {{ valueDate($route.params.date) }}
|
|
|
|
- </div>
|
|
|
|
<van-cell-group border title="部门排行">
|
|
<van-cell-group border title="部门排行">
|
|
<div class="itemHead">
|
|
<div class="itemHead">
|
|
<van-row>
|
|
<van-row>
|
|
@@ -48,19 +45,19 @@
|
|
<van-col span="7" :class="{ td: true }">
|
|
<van-col span="7" :class="{ td: true }">
|
|
{{ timeFormat(v.read_count) }}
|
|
{{ timeFormat(v.read_count) }}
|
|
<van-icon
|
|
<van-icon
|
|
- v-if="v.read_count_change !== '相等'"
|
|
|
|
|
|
+ v-if="v.read_change !== '相等'"
|
|
name="down"
|
|
name="down"
|
|
- :color="v.read_count_change === '上升' ? '#f00' : '#0f0'"
|
|
|
|
- :class="{ rise: v.read_count_change === '上升' }"
|
|
|
|
|
|
+ :color="v.read_change === '上涨' ? '#f00' : '#0f0'"
|
|
|
|
+ :class="{ rise: v.read_change === '上涨' }"
|
|
/>
|
|
/>
|
|
</van-col>
|
|
</van-col>
|
|
<van-col span="5" :class="{ td: true }">
|
|
<van-col span="5" :class="{ td: true }">
|
|
{{ timeFormat(v.publish_count) }}
|
|
{{ timeFormat(v.publish_count) }}
|
|
<van-icon
|
|
<van-icon
|
|
- v-if="v.publish_count_change !== '相等'"
|
|
|
|
|
|
+ v-if="v.publish_change !== '相等'"
|
|
name="down"
|
|
name="down"
|
|
- :color="v.publish_count_change === '上升' ? '#f00' : '#0f0'"
|
|
|
|
- :class="{ rise: v.publish_count_change === '上升' }"
|
|
|
|
|
|
+ :color="v.publish_change === '上涨' ? '#f00' : '#0f0'"
|
|
|
|
+ :class="{ rise: v.publish_change === '上涨' }"
|
|
/>
|
|
/>
|
|
</van-col>
|
|
</van-col>
|
|
<van-col span="2" class="td" style="cursor: pointer">
|
|
<van-col span="2" class="td" style="cursor: pointer">
|