修改评查详情
This commit is contained in:
@@ -27,6 +27,17 @@
|
||||
@apply bg-white hover:bg-gray-50 transition-colors duration-150;
|
||||
}
|
||||
|
||||
/* 自动高度表格样式 - 全局可用 */
|
||||
.table-auto-height tr {
|
||||
height: auto !important;
|
||||
min-height: 60px;
|
||||
}
|
||||
|
||||
.table-auto-height td {
|
||||
height: auto !important;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
/* 空状态 */
|
||||
.ant-table-empty {
|
||||
@apply py-12 text-center text-gray-500;
|
||||
|
||||
@@ -25,6 +25,9 @@
|
||||
max-width: 100%;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
line-height: 1.4;
|
||||
white-space: normal;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.document-number {
|
||||
|
||||
@@ -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;
|
||||
} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user