修改评查详情

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
+11
View File
@@ -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;