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

This commit is contained in:
刘祥超
2023-04-09 15:59:37 +08:00
parent 9d178b238d
commit e2adafd16b
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>`
})