feat:角色回显和角色修改,首页navbar下dropdown样式问题调整

This commit is contained in:
有来技术
2021-12-24 00:21:13 +08:00
parent 677feb8a4d
commit 5d6aa9a09d
4 changed files with 32 additions and 36 deletions

View File

@@ -38,7 +38,7 @@
<el-dropdown-item>项目文档</el-dropdown-item>
</a>
<el-dropdown-item divided @click.native="logout">
<span style="display:block;">退出</span>
退出
</el-dropdown-item>
</el-dropdown-menu>
</template>
@@ -96,12 +96,6 @@ export default {
</script>
<style lang="scss" scoped>
.el-dropdown-menu__item{
display: block!important;
line-height: 30px;
}
.navbar {
height: 50px;
overflow: hidden;