﻿/*table 固定后不能滚动bug*/
.el-table--scrollable-x .el-table__body-wrapper {
    z-index: 1;
}

/*table 切换页面后小横线bug*/
.el-table__fixed {
    height: 100% !important;
}



.container-full {
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.el-container {
}

.el-header {
    background-color: #303133;
}

    .el-header .el-menu-top {
        position: absolute;
        top: 0;
        right: 0px;
        background-color: #303133;
    }

.el-aside {
    background-color: rgb(84,92,100);
    position: absolute;
    top: 60px;
    bottom: 0px;
    left: 0px;
    width: 200px;
}

.el-main {
    background-color: #fafafa;
    position: absolute;
    top: 60px;
    bottom: 0px;
    left: 200px;
    right: 0px;
    padding: 0px;
}

.el-footer {
    background-color: #909399;
    height: 60px;
    position: absolute;
    bottom: 00px;
    left: 200px;
    right: 0px;
}

a {
    text-decoration-line: none;
}

.content {
    padding: 10px;
}

.eContent {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 51px;
    left: 0px;
    overflow: auto;
    padding: 10px;
}

.actionBar {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    line-height: 50px;
    height: 50px;
    border-top: 1px solid #d6d6d6;
    padding: 0 50px 0 20px;
    text-align: right;
}

.el-input {
    /*width:200px;*/
}

.el-table th {
    text-align: center;
    padding: 4px 0px;
    color: #424242;
}

.el-table td {
    padding: 2px 0px;
}

.el-table .el-table__body tr.current-row > td {
    background-color: #bbdaff !important;
}

/******************** el-dialog ******************/
/*.el-dialog__wrapper {
    width: 60%;
    margin: 0 auto;
}

.el-dialog {
    width: 100%;
}*/
