Commit 6f21b5b7 by zhuzhequan

fix:打版管理 打板信息图片太多滚动不了问题修复

parent a82400be
...@@ -842,4 +842,8 @@ defineExpose({ getExamineInfo, reset, getPriceDetail }) ...@@ -842,4 +842,8 @@ defineExpose({ getExamineInfo, reset, getPriceDetail })
font-size: 12px; font-size: 12px;
} }
} }
.color-images-list{
overflow-y: auto;
overflow-x: hidden;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment