fix: 修改table显示bug

This commit is contained in:
lilinyuan
2024-05-15 16:35:36 +08:00
parent a4cb59ff9a
commit f820c25892
2 changed files with 8 additions and 1 deletions

View File

@@ -291,4 +291,9 @@ onMounted(() => {
justify-content: space-between;
align-content: center;
}
.fv-table {
:deep(.el-tooltip) {
width: 100% !important;
}
}
</style>