This commit is contained in:
X1627315083
2023-12-25 22:15:58 +08:00
parent 66a104c74f
commit e5c1b510bd
2 changed files with 10 additions and 2 deletions

View File

@@ -1076,7 +1076,11 @@ export default defineComponent({
}
.placement_img{
width: 100%;
height: 100%;
width: auto;
position: relative;
left: 50%;
transform: translateX(-50%);
user-select:none;
-moz-user-select:none;
}

View File

@@ -1096,7 +1096,11 @@ export default defineComponent({
}
.placement_img{
width: 100%;
height: 100%;
width: auto;
position: relative;
left: 50%;
transform: translateX(-50%);
user-select:none;
-moz-user-select:none;
}