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