2094116c by lihua

上传交付物显示滚动条

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