修复用户指引bug

This commit is contained in:
X1627315083
2023-12-20 17:03:42 +08:00
parent 6297b75d68
commit 5674df060f
18 changed files with 144 additions and 48 deletions

View File

@@ -784,10 +784,13 @@ export default defineComponent({
.designOpenrtion_entirety_img{
height: 100%;
img{
height: 100%;
max-width: 100%;
max-height: 100%;
object-fit: contain;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
}
}