mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 15:20:25 +08:00
实现基础的IP地址阈值
This commit is contained in:
@@ -26,5 +26,5 @@ Vue.component("micro-basic-label", {
|
||||
|
||||
// 灰色的Label
|
||||
Vue.component("grey-label", {
|
||||
template: `<span class="grey small"><slot></slot></span>`
|
||||
template: `<span class="ui label basic grey tiny" style="font-size: 0.7em; border: 1px solid #ddd"><slot></slot></span>`
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user