修改bug 56559 资料中心-附件多个时 底部按钮显示不全

This commit is contained in:
hanshaozhuang
2022-07-14 18:22:34 +08:00
parent 5944336889
commit 1882cf0b20
@@ -1007,4 +1007,10 @@ export default {
background: url('~@/assets/images/shangqi/img/tree.png');
background-size: 100% 100%;
}
.upload-demo{
/deep/.el-upload-list{
height: 50vh;
overflow-y: auto;
}
}
</style>