﻿.el-pagination {
    color: #606266;
}

.el-table td, .el-table th {
    padding: 8px 0;
}

.el-table__expanded-cell[class*=cell] {
    padding: 10px 50px;
}

.el-table .el-button i{
    padding: 0px;
    font-size: 16px;
}

.el-submenu .el-menu-item {
    height: 40px;
    line-height: 40px;
}

.el-menu-item, .el-submenu__title {
    height: 46px;
    line-height: 46px;
}

.el-dialog__header {
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

    .el-dialog__header span {
        color: #409eff;
    }

.el-dialog__body {
    padding: 20px 20px;
}

.el-date-editor.el-input, .el-date-editor.el-input__inner {
    width: 100%;
}

.el-tree-node__content {
    height: 32px;
}

.el-select {
    width: 100%;
}

.el-radio + .el-radio {
    margin-left: 10px;
}

.el-radio__label {
    padding-left: 5px;
}
