服务配置菜单项增加配置代号

This commit is contained in:
GoEdgeLab
2023-04-09 15:59:37 +08:00
parent 5c6bfe50f4
commit 368149b70c
3 changed files with 85 additions and 67 deletions

View File

@@ -79,5 +79,5 @@ Vue.component("more-items-angle", {
return false
}
},
template: `<a href="" class="item" @click.prevent="show"><i class="icon angle" :class="{down: !visible, up: visible}"></i></a>`
template: `<a href="" class="item" @click.prevent="show" style="padding-right: 0"><span style="font-size: 0.8em">切换</span><i class="icon angle" :class="{down: !visible, up: visible}"></i></a>`
})