fix
This commit is contained in:
@@ -1076,7 +1076,11 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.placement_img{
|
.placement_img{
|
||||||
width: 100%;
|
height: 100%;
|
||||||
|
width: auto;
|
||||||
|
position: relative;
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
user-select:none;
|
user-select:none;
|
||||||
-moz-user-select:none;
|
-moz-user-select:none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1096,7 +1096,11 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.placement_img{
|
.placement_img{
|
||||||
width: 100%;
|
height: 100%;
|
||||||
|
width: auto;
|
||||||
|
position: relative;
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
user-select:none;
|
user-select:none;
|
||||||
-moz-user-select:none;
|
-moz-user-select:none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user