WAF增加通配符匹配/不匹配操作符

This commit is contained in:
刘祥超
2023-08-13 10:38:14 +08:00
parent 5bb83555a4
commit 43f2804ced
2 changed files with 210 additions and 196 deletions

View File

@@ -11,7 +11,7 @@ Vue.component("code-label", {
this.$emit("click", args)
}
},
template: `<span class="ui label basic tiny" style="padding: 3px;margin-left:2px;margin-right:2px" @click.prevent="click"><slot></slot></span>`
template: `<span class="ui label basic small" style="padding: 3px;margin-left:2px;margin-right:2px" @click.prevent="click"><slot></slot></span>`
})
Vue.component("code-label-plain", {