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