This commit is contained in:
X1627315083@163.com
2026-03-25 13:11:02 +08:00
parent 49800bffd8
commit a07e7b6173

View File

@@ -96,18 +96,18 @@
}
}
> .preview {
width: 80px;
height: 80px;
max-height: 100%;
position: relative;
> img {
height: 100%;
width: 100%;
max-height: 100%;
object-fit: contain;
}
> .close {
position: absolute;
top: 0.1px;
right: 0.1px;
top: -10px;
right: -10px;
border-radius: 50%;
background-color: #fff;
cursor: pointer;