prod
lily.zhang 4 years ago
parent 18bf169a1d
commit fb91ae1384

@ -1,7 +1,7 @@
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-10-19 15:57:11 * @Date: 2021-10-19 15:57:11
* @LastEditTime: 2021-11-16 17:16:55 * @LastEditTime: 2021-11-17 14:51:13
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: /data-show/src/views/EventDEC/index.vue * @FilePath: /data-show/src/views/EventDEC/index.vue
@ -175,7 +175,7 @@ export default {
align-items: center; align-items: center;
.d1 { .d1 {
width: 620px; width: 620px;
margin-top: 15px; margin-top: 10px;
.m1 { .m1 {
width: 44px; width: 44px;
height: 44px; height: 44px;

@ -1,7 +1,7 @@
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-10-20 09:39:28 * @Date: 2021-10-20 09:39:28
* @LastEditTime: 2021-11-17 11:54:43 * @LastEditTime: 2021-11-17 14:58:16
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: /data-show/src/views/EventDEC/mediaInterpretationED/index.vue * @FilePath: /data-show/src/views/EventDEC/mediaInterpretationED/index.vue
@ -23,14 +23,14 @@
<img class="m1" src="../../../assets/images/EventInsight/ic_cbl.png" /> <img class="m1" src="../../../assets/images/EventInsight/ic_cbl.png" />
<div class="d1"> <div class="d1">
<span class="ss1">最大层级</span> <span class="ss1">最大层级</span>
<span class="ss2">{{ countObj.volume|formatMoney(0,'',',') }}</span> <span class="ss2">{{ countObj.total }}</span>total
</div> </div>
</div> </div>
<div class="d-r-item"> <div class="d-r-item">
<img class="m1" src="../../../assets/images/EventInsight/ic_wbfg.png" /> <img class="m1" src="../../../assets/images/EventInsight/ic_wbfg.png" />
<div class="d1"> <div class="d1">
<span class="ss1">微博覆盖人数</span> <span class="ss1">微博覆盖人数</span>
<span class="ss2">{{ countObj.total }}</span> <span class="ss2">{{ countObj.volume|formatMoney(0,'',',') }}</span>
</div> </div>
</div> </div>
<div class="d-r-item"> <div class="d-r-item">

Loading…
Cancel
Save