上传交付物显示滚动条
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -295,6 +295,7 @@ const handleUploadFileRemove = (file) => { | ... | @@ -295,6 +295,7 @@ const handleUploadFileRemove = (file) => { |
| 295 | border: 1px solid #d9d9d9; | 295 | border: 1px solid #d9d9d9; |
| 296 | height: 178px; | 296 | height: 178px; |
| 297 | padding: 8px 12px; | 297 | padding: 8px 12px; |
| 298 | overflow-y: auto; | ||
| 298 | 299 | ||
| 299 | .data-check-item { | 300 | .data-check-item { |
| 300 | display: flex; | 301 | display: flex; | ... | ... |
-
Please register or sign in to post a comment