This commit is contained in:
liuye
2022-08-17 11:45:58 +08:00
parent 928b04c9a3
commit 4b284108a1
2 changed files with 2 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ export default {
height: 384px;
background-color: #fff;
box-sizing: border-box;
border-radius: 8px;
.title {
font-size: 36px;
font-family: PingFangSC-Medium, PingFang SC;

View File

@@ -27,7 +27,7 @@
<div class="tab-content">
<div class="item" v-for="(item, index) in tabStatistics" :key="index">
<p><span></span>{{ item.title }}</p>
<div>{{ girdInfo[item.key] || '-'}}</div>
<div>{{ girdInfo[item.key] || 0}}</div>
</div>
</div>
<div class="title">消息发送情况</div>