美文网首页
element ui --- menu样式修改

element ui --- menu样式修改

作者: 偶头像超凶 | 来源:发表于2021-04-12 18:46 被阅读0次
    // 浮动选中
        // 浮动
        /deep/.el-submenu__title:hover {
            background: rgba(3,17,26,0.5) !important;
        }
        /deep/.el-menu-item:hover {
            outline: 0;
            background-color: rgba(3,17,26,0.5) !important;
        }
        // 选中
        /deep/.is-active {
             background: #f00 !important;
        }
    

    相关文章

      网友评论

          本文标题:element ui --- menu样式修改

          本文链接:https://www.haomeiwen.com/subject/zjoxlltx.html