#app{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

html {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}


/*全局样式控制*/
.el-popover{
    padding: 10px 0px !important;
}
.file-more-popover-row{
    display: flex;
}
.file-more-popover-row:hover{
    cursor: pointer;
    background: #def4f4;
}
.file-more-popover-col{
    display: flex;
    width: 100%;
    height: 100%;
}
.file-more-popover-click-div{
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 100%;
}
.file-more-popover-click-div>*{
    margin: auto;
}
.file-more-popover-col>*{
    margin: auto;
}