优化界面

This commit is contained in:
刘祥超
2020-11-16 15:26:27 +08:00
parent b466868da1
commit 7bd0b0e6b1
8 changed files with 43 additions and 27 deletions

View File

@@ -12,4 +12,9 @@ Vue.component("code-label", {
// tiny标签
Vue.component("tiny-label", {
template: `<span class="ui label tiny" style="margin-bottom: 0.5em"><slot></slot></span>`
})
})
Vue.component("tiny-basic-label", {
template: `<span class="ui label tiny basic" style="margin-bottom: 0.5em"><slot></slot></span>`
})