yxk-20260513-党委会业务表单

反馈子表的样式调整
This commit is contained in:
ye1023
2026-05-14 14:24:26 +08:00
parent 8e2f94c33f
commit cf8ac2bf39
2 changed files with 26 additions and 5 deletions
@@ -669,8 +669,14 @@
min-width: 300px;
:deep(.file-list-wrapper) {
min-height: auto;
padding: 8px;
min-height: 0 !important;
padding: 4px 8px !important;
}
:deep(.ant-spin-nested-loading),
:deep(.ant-spin-container) {
min-height: 0 !important;
line-height: 20px;
}
:deep(.file-list-header) {
@@ -684,7 +690,21 @@
}
:deep(.ant-empty) {
margin: 0;
margin: 0 !important;
display: flex;
align-items: center;
min-height: 20px;
text-align: left;
}
:deep(.ant-empty-image) {
display: none !important;
}
:deep(.ant-empty-description) {
color: #94a3b8;
font-size: 12px;
line-height: 20px;
}
}
}