This commit is contained in:
YeMingfei666 2025-04-07 18:24:03 +08:00
commit 035aa6bc21
1 changed files with 3 additions and 0 deletions

View File

@ -1050,4 +1050,7 @@ defineExpose({ fetchPageData, exportPageData, getFilterParams, getselectTable, p
top: 0;
}
}
:deep(.el-table td.el-table__cell div) {
vertical-align: middle;
}
</style>