mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 07:10:27 +08:00
优化界面
This commit is contained in:
@@ -43,3 +43,8 @@ Vue.component("grey-label", {
|
||||
},
|
||||
template: `<span class="ui label basic tiny" :class="labelColor" style="margin-top: 0.4em; font-size: 0.7em; border: 1px solid #ddd!important; font-weight: normal;"><slot></slot></span>`
|
||||
})
|
||||
|
||||
// 可选标签
|
||||
Vue.component("optional-label", {
|
||||
template: `<em><span class="grey">(可选)</span></em>`
|
||||
})
|
||||
Reference in New Issue
Block a user