.color-red {
    color: red !important;
}

.color-green {
    color: green !important;
}

.table-wrapper {
    min-height: 65vh;
}

.el-button:not(.is-circle) .i-icon {
    font-size: 1.2rem;
    margin-right: .4rem;
    vertical-align: middle; /* 保证和文字对齐 */
}

.el-button:not(.is-circle) {
    letter-spacing: 0.5px; /* 稍微留点呼吸感 */
}