24ff18ee by lihua

上传交付物显示滚动条

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