table th, table td {
    vertical-align: middle;
}

/* 增加模态框的 z-index */
.modal {
!important;
    z-index: 1060; /* 1050 + 10 提供一些空间，确保在模态框之上 */
}

/* 增加 Toast 的 z-index */
.toast {
!important;
    z-index: 1061; /* 比模态框的 z-index 高 */
}
