This commit is contained in:
2025-04-15 23:24:32 +08:00
parent b315fc0fea
commit 9a9ce5fa55
19 changed files with 1405 additions and 560 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
/* 表格内容 */
.ant-table tbody td {
@apply py-3 px-4 border-b border-gray-100 align-middle;
@apply py-3 border-b border-gray-100 align-middle pl-4;
}
/* 表格行 */
+3 -4
View File
@@ -22,10 +22,9 @@
}
.file-name {
max-width: 240px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
word-wrap: break-word;
word-break: break-word;
}
.document-number {
+9
View File
@@ -210,7 +210,16 @@
flex-wrap: wrap;
}
.text-error {
color: #f5222d;
}
.text-warning {
color: #faad14;
}
.review-point-title {
text-align: left;
font-weight: 500;
font-size: 13px;
line-height: 1.3;