Update layout.vue

This commit is contained in:
邹景立 2021-11-26 22:30:59 +08:00
parent 80ff13703b
commit ec3cf91b3c

View File

@ -111,7 +111,7 @@ body > .el-container {
} }
} }
.layout-head .el-menu { .layout-head.el-menu {
.el-menu-item:not(.is-disabled) { .el-menu-item:not(.is-disabled) {
border-bottom: 0 !important; border-bottom: 0 !important;
@ -201,9 +201,6 @@ export default {
{name: 'FOR', title: 'SHOW-FOR-LIST', subs: []}, {name: 'FOR', title: 'SHOW-FOR-LIST', subs: []},
] ]
} }
}, }
created() {
},
methods: {}
} }
</script> </script>