优化预览图片的尺寸功能

This commit is contained in:
lVAL 2020-09-30 17:51:21 +08:00
parent 7144c719e8
commit 3892b00a53

View File

@ -68,10 +68,10 @@ export default {
top: 0;
width: 100%;
height: calc(100% - 80px);
overflow-x: auto;
.layer {
width: 80%;
min-width: 1200px;
width: 70%;
height: 100%;
display: flex;
justify-content: center;