浏览访问日志时自动用点符号标记有数据的分表

This commit is contained in:
GoEdgeLab
2022-08-25 11:36:18 +08:00
parent cb2d5011af
commit 7c20a70973
10 changed files with 292 additions and 36 deletions

View File

@@ -0,0 +1,3 @@
Vue.component("dot", {
template: '<span style="display: inline-block; padding-bottom: 3px"><i class="icon circle tiny"></i></span>'
})