fix: 修复商品列表表单展开行符号未居中对齐问题

This commit is contained in:
YeMingfei666 2025-04-07 18:23:26 +08:00
parent ac3d61c7c6
commit 2484937255
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>