refactor(Navbar.vue): 退出样式调整,tagView添加关闭图标,引入字段全局方法。

This commit is contained in:
有来技术
2021-12-07 00:23:27 +08:00
parent a021f3e5e5
commit 2aee00631e
8 changed files with 141 additions and 149 deletions

View File

@@ -96,6 +96,12 @@ export default {
</script>
<style lang="scss" scoped>
.el-dropdown-menu__item{
display: block!important;
line-height: 30px;
}
.navbar {
height: 50px;
overflow: hidden;