|
@@ -52,37 +52,37 @@
|
|
|
</dv-border-box-11>
|
|
|
</div>
|
|
|
<div class="sc-col" v-if="configClickTotal.data.length > 0">
|
|
|
- <dv-border-box-11 title="今日搜索榜">
|
|
|
+ <dv-border-box-11 title="昨日点击榜">
|
|
|
<div class="sc-wrap">
|
|
|
- <dv-capsule-chart :config="configSearchToday" style="width:360px;height:300px" />
|
|
|
+ <dv-capsule-chart :config="configClickYesterday" style="width:360px;height:300px" />
|
|
|
</div>
|
|
|
</dv-border-box-11>
|
|
|
</div>
|
|
|
<div class="sc-col" v-if="configClickTotal.data.length > 0">
|
|
|
- <dv-border-box-11 title="搜索总榜">
|
|
|
+ <dv-border-box-11 title="今日搜索榜">
|
|
|
<div class="sc-wrap">
|
|
|
- <dv-capsule-chart :config="configSearchTotal" style="width:360px;height:300px" />
|
|
|
+ <dv-capsule-chart :config="configSearchToday" style="width:360px;height:300px" />
|
|
|
</div>
|
|
|
</dv-border-box-11>
|
|
|
</div>
|
|
|
<div class="sc-col" v-if="configClickTotal.data.length > 0">
|
|
|
- <dv-border-box-11 title="点击总榜">
|
|
|
+ <dv-border-box-11 title="今日点击榜">
|
|
|
<div class="sc-wrap">
|
|
|
- <dv-capsule-chart :config="configClickTotal" style="width:360px;height:300px" />
|
|
|
+ <dv-capsule-chart :config="configClickToday" style="width:360px;height:300px" />
|
|
|
</div>
|
|
|
</dv-border-box-11>
|
|
|
</div>
|
|
|
<div class="sc-col" v-if="configClickTotal.data.length > 0">
|
|
|
- <dv-border-box-11 title="今日点击榜">
|
|
|
+ <dv-border-box-11 title="搜索总榜">
|
|
|
<div class="sc-wrap">
|
|
|
- <dv-capsule-chart :config="configClickToday" style="width:360px;height:300px" />
|
|
|
+ <dv-capsule-chart :config="configSearchTotal" style="width:360px;height:300px" />
|
|
|
</div>
|
|
|
</dv-border-box-11>
|
|
|
</div>
|
|
|
<div class="sc-col" v-if="configClickTotal.data.length > 0">
|
|
|
- <dv-border-box-11 title="昨日点击榜">
|
|
|
+ <dv-border-box-11 title="点击总榜">
|
|
|
<div class="sc-wrap">
|
|
|
- <dv-capsule-chart :config="configClickYesterday" style="width:360px;height:300px" />
|
|
|
+ <dv-capsule-chart :config="configClickTotal" style="width:360px;height:300px" />
|
|
|
</div>
|
|
|
</dv-border-box-11>
|
|
|
</div>
|