fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user