universal-api icon indicating copy to clipboard operation
universal-api copied to clipboard

[QUESTION]previewImage图片显示补全怎么办

Open xmsz opened this issue 3 years ago • 0 comments

image 上下两边被裁掉了

因为img的外层的样式

.__universal_preview_image_item {
    max-height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
    overflow: hidden;
}

最大高度是70%

xmsz avatar Aug 19 '22 05:08 xmsz