修复当弹出窗口宽度小于920px时,多图溢出的问题

Signed-off-by: 七彩枫叶 <424235748@qq.com>
This commit is contained in:
七彩枫叶
2023-07-18 10:13:02 +00:00
committed by Gitee
parent 918a5253b2
commit d79e001bc1

View File

@@ -34,7 +34,7 @@ p.layui-clear {
} }
.layui-imagesbox { .layui-imagesbox {
width: 810px; width: 100%;
overflow: hidden; overflow: hidden;
} }