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>
所有评论(0)