perf: dashboard 添加图表更新提示

This commit is contained in:
Junyan Qin
2024-11-10 15:38:06 +08:00
parent a3e234c979
commit 54bbfc8eda
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -38,6 +38,10 @@
</div>
</v-card>
</div>
<div id="dashboard-tips">
* 更多图表将在数据持久化功能更新后可用
</div>
</div>
</template>
@@ -96,6 +100,14 @@ onMounted(refresh)
overflow-x: auto;
}
#dashboard-tips {
font-size: 0.8rem;
color: #222;
margin-top: 0.7rem;
margin-left: 0.5rem;
user-select: none;
}
#first-row {
display: flex;
flex-direction: row;