1.右擊檢查,查看現在的樣式,類名復制,粘在css中修改
2.el-submenu不能修改
重新寫一個style樣式 去掉scoped
<style scoped lang="scss">
</style>
<style>
.el-menu--horizontal>.el-submenu .el-submenu__title {
height: 60px;
line-height: 60px;
border-bottom: 2px solid transparent;
color: #fff;
font-size: 20px;
}
</style>