.auth{
    height: 100%;
    .ivu-card{
        height: 100%;
        overflow-y: auto;
        .ivu-card-body{
            height: 100%;
            .pane-right{
                padding-left:20px;
                overflow: hidden;
                .tab-menu{
                    position: relative;
                    .add-menu{
                        position: absolute;
                        right: 5px;
                        top: 14px;
                        i{
                            font-size: 18px;
                            cursor: pointer;
                        }
                        &:hover{
                            i{
                                color:#0077c8;
                            }
                        }
                    }
                    .add-form{
                        position: absolute;
                        top: 40px;
                        right: 0;
                        background: #fff;
                        border: solid 1px #dcdee2;
                        padding: 5px 10px;
                        z-index: 9;
                        .ivu-input-wrapper{
                            margin-right:5px;
                        }
                    }
                }
                .func{
                    .f-con{
                        .f-head{
                            font-weight: bold;
                            .icon-menu{
                                display: inline-block;
                                vertical-align: middle;
                                i{
                                    font-weight: normal;
                                }
                                color: #808695;
                            }
                            .icon-edit{
                                margin-right: 5px;
                                margin-left:10px;
                            }
                            .icon-delete{
                                float: right;
                                margin-right: 10px;
                            }
                            .file-item-title{
                                width: 170px;
                            }
                            .role-name{
                                margin-right:20px;
                            }
                        }
                    }
                }
                .per-con{
                    margin:100px 0 0 270px;
                    color: #ccc;
                }
            }
        }
    }
}