.layout-main-content {
    background-color: #fff;
}
.search-bar .el-card__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px 15px;
}
.search-bar .el-card__body > div,.search-bar .el-card__body > label {
    margin-top: 15px;
}
.el-tag + .el-tag {
    margin-left: 5px;
}
.el-table .warning-row {
    --el-table-tr-bg-color: var(--el-color-warning-light-9);
}
.el-table .success-row {
    --el-table-tr-bg-color: var(--el-color-success-light-9);
}
.table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}
.table th {
    padding: 10px 5px ;
    border-bottom: 1px solid #eeeff3;
    color: gray;
    text-align: left;
}
.table td {
    border-bottom: 1px solid #eeeff3;
    padding: 10px 5px;
}
.table td:first-child {
    width: 70px;
}

.custom .el-tag {
    cursor: pointer;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px;
}

.auto-height .el-card__body {
    min-height: calc(100vh - 112px);
}

.el-form-item__content > span.line {
    display: inline-block;
    border-bottom: 1px dashed #eeeeee;
    width: 100%;
}

.hint {
    color: #1c6ca1;
}

.el-table .el-table__cell {
    z-index: inherit;
}
.upload-box {
    width: 100px;
    height: 100px;
    margin: 10px 0 0 10px;
}
.upload-box label {
    display: block;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    line-height: 100px;
    text-align: center;
    cursor: pointer;
    
}
.images-box {
    display: flex;
    flex-wrap: wrap;
}
.image-item {
    position: relative;
}
.image-item .del {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
    text-align: center;
}
.project-menus {
    height: 100%; 
    flex: none; 
    width: 160px; 
    margin-right: 15px;
}
.project-menu {
    line-height: 30px;
    padding: 0 1em;
    cursor: pointer;
}
.project-menu.active {
    background: rgb(64,158,255);
    color: white;
    border-radius: 4px;
}