修改评查详情

This commit is contained in:
2025-04-16 18:47:22 +08:00
parent 9a9ce5fa55
commit 947d61f5bc
18 changed files with 381 additions and 305 deletions
+22
View File
@@ -477,3 +477,25 @@
text-align: center !important;
vertical-align: middle !important;
} */
/* 新增:确保表格行能根据内容自动调整高度 */
/* .review-files-page .files-table tr {
height: auto;
min-height: 60px;
}
.review-files-page .files-table td {
height: auto;
vertical-align: top;
word-break: break-word;
padding: 12px 16px;
}
.review-files-page .files-table .break-all {
word-break: break-all;
}
.review-files-page .files-table .whitespace-pre-wrap {
white-space: pre-wrap;
} */