服务列表增加筛选

This commit is contained in:
GoEdgeLab
2020-10-31 15:21:24 +08:00
parent 4f38abbd8c
commit 557b8c338d
4 changed files with 85 additions and 14 deletions

View File

@@ -7,4 +7,9 @@ Vue.component("label-on", {
// 文字代码标签
Vue.component("code-label", {
template: `<span class="ui label basic tiny" style="padding: 3px;margin-left:2px;margin-right:2px"><slot></slot></span>`
})
// tiny标签
Vue.component("tiny-label", {
template: `<span class="ui label tiny" style="margin-bottom: 0.5em"><slot></slot></span>`
})