服务列表增加筛选

This commit is contained in:
刘祥超
2020-10-31 15:21:24 +08:00
parent ffdff12eab
commit 0b6460232f
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>`
})