This commit is contained in:
X1627315083
2023-12-20 10:01:39 +08:00
parent 904b9856fd
commit 6297b75d68
4 changed files with 33 additions and 7 deletions

View File

@@ -779,10 +779,15 @@ export default defineComponent({
left: auto;
top: 50%;
transform: translateY(-50%);
max-height: 50rem;
max-width: 30rem;
.designOpenrtion_entirety_img{
height: 100%;
img{
height: 100%;
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
}
}