/* 仅调整表格行高 - 不影响其他样式 */
.el-table__row {
    height: 32px !important;
    min-height: 32px !important;
}

.el-table__row .cell {
    min-height: 32px !important;
    line-height: 32px !important;
}

/* 确保表头也相应调整 */
.el-table__header-wrapper .el-table__row {
    height: 36px !important;
    min-height: 36px !important;
}

.el-table__header .cell {
    line-height: 36px !important;
}