2e8a3988 by lihua

上传交付物显示滚动条

1 parent c5a03313
...@@ -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;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!