|
@@ -77,7 +77,7 @@ const emit = defineEmits(['close'])
|
|
|
width: calc(1920 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
height: calc(723 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
transform: translate(-50%, -50%);
|
|
|
- background-image: url(@/assets/images/camera-content-1-1-3-bg.jpg);
|
|
|
+ background-image: url(@/assets/images/camera-content-1-1-3-bg.png);
|
|
|
background-size: cover;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center center;
|