Browse Source

新增提示数据截止提示;

songjie/feature-20260120101758-dc后台
songjie 3 weeks ago
parent
commit
5aad0706cb
  1. 17
      src/views/PlatformData/UserOverview.vue

17
src/views/PlatformData/UserOverview.vue

@ -15,6 +15,9 @@
>
数据明细
</div>
<div class="tab-note">
<span class="red-asterisk">*</span> 默认展示截止到今日的数据
</div>
</div>
<!-- 数据概览 -->
@ -628,6 +631,20 @@ onMounted(() => {
color: #fff;
}
.tab-note {
margin-left: auto;
display: flex;
align-items: center;
font-size: 14px;
color: #666;
}
.red-asterisk {
color: #ff4d4f;
font-weight: bold;
margin-right: 5px;
}
/* Overview Tab */
.stats-row {
display: flex;

Loading…
Cancel
Save