lite-index-appmenu.less 4.2 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
/***    BRGIN:菜单样式    ***/
.app-app-menu {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 58px);
    .ivu-divider{
      background-color: #b3b3b3;
      height: 2px;
    }
    > .el-menu {
        border-right: 0;
        .el-menu-item {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
            .ivu-badge {
                .ivu-badge-count {
                    box-shadow: 0 0 0 0px #fff;
                }
            }
        }
        .el-submenu__title i, .el-menu-item i {
            font-size: 12px;
            width: 18px;
        }
        .el-submenu__title .app-menu-icon,.el-menu-item .app-menu-icon{
            width:20px;
            font-size: 14px;
        }
        .el-submenu__title .text {
            font-size: 16px;      
        }
        .el-submenu__title .app-menu-circle,.el-menu-item .app-menu-circle {
            display: inline-block;
            border-radius: 50%;       
            width: 20px;
            height: 20px;
            line-height: 36px;
            vertical-align:middle;
            background: rgb(var(--app-footer-background-color-rgb));
            border: 1px solid #fff;
            border-color: rgb(var(--app-header-color-rgb));
            color: rgb(var(--app-header-color-rgb));;
            text-align: center;
            font: 12px Arial, sans-serif;   
         }

        .el-submenu__title, .el-menu-item {
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            border-left: 4px !important;       
        }

        .el-menu-item .el-tooltip {
            padding-left: 12px !important; 
        }

        .isCollpase .el-submenu__title{
            padding-left: 12px !important;
        }

        .isFirst > .text {
            font-size: 16px !important;
        }
       
        .el-menu-item, .el-submenu, .el-menu {
            border-top: 1px solid #fff;
        }
        > .el-menu-item, > .el-submenu > .el-submenu__title {
            height: 56px;
            line-height: 56px;
            padding-left: 16px !important;
        }
        .app-menu-icon {
            margin: 4px;
            text-align: center;
        }
        > .el-submenu {
            > .el-menu {
                > .el-menu-item, > .el-submenu > .el-submenu__title {
                    padding-left: 44px !important;
                }
                > .el-submenu {
                    > .el-menu {
                        > .el-menu-item, > .el-submenu > .el-submenu__title {
                            padding-left: 68px !important;
                        }
                    }
                }
            }
        }
        .active-icon {
            font-size: 40px !important;
            position: absolute;
            right: 0;
            line-height: 42px;
            color: #fff !important;
            display: none;
            width: 24px !important;
            overflow: hidden;
        }
    }
    .el-menu--horizontal{
        display: flex;
        width: calc(100vw - 1100px);
        height: 65px;
        flex-wrap: nowrap;
        overflow-x:scroll;
        padding-top: 3px;
        .el-menu-item{
            overflow: visible;
        }
        .el-submenu{
            .el-submenu__title{
                padding-right: 0px !important;
                padding-left: 0px !important;
            }
        } 
    }
    .ivu-divider-horizontal {
        width: 100%;
        min-width: 100%;
        margin: 4px auto;
        margin-bottom: 1px;
    }
}
.app-popper-menu {
    .el-menu-item, .el-submenu__title {
        height: 36px;
        font-size: 16px;
        line-height: 36px;
    }
    > .el-menu-item, > .el-submenu > .el-submenu__title {
        height: 40px;
        line-height: 40px;
    }
    .el-menu-item {
        .ivu-badge {
            .ivu-badge-count {
                box-shadow: 0 0 0 0px #fff;
            }
        }
        > span{
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }
    .ivu-divider-horizontal {
        width: 100%;
        min-width: 100%;
        margin: 4px auto;
        margin-bottom: 1px;
    }
}

// this is less