fix(Navbar.vue): 修复element plus 2.0.3版本后 el-dropdown-item divided 使用li 导致间距变大

This commit is contained in:
郝先瑞
2022-03-05 00:08:25 +08:00
parent 0d06abaf3d
commit c536ef13a7

View File

@@ -90,6 +90,7 @@ function logout() {
</script>
<style lang="scss" scoped>
ul { list-style: none; margin: 0; padding: 0; }
.navbar {
height: 50px;
overflow: hidden;