﻿
.el-table__empty-block {
    text-align: left !important;
    justify-content: start !important;
}

.el-table__empty-block .el-table__empty-text {
    width: 100%;
}

.el-table .archived-row {
    background: darkgrey;
}