|
@@ -1343,7 +1343,7 @@ onMounted(() => {
|
|
top: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
height: 100%;
|
|
left: calc(
|
|
left: calc(
|
|
- 825px * v-bind("windowHeight") / v-bind("windowHeightDesign")
|
|
|
|
|
|
+ 788px * v-bind("windowHeight") / v-bind("windowHeightDesign")
|
|
);
|
|
);
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1352,7 +1352,7 @@ onMounted(() => {
|
|
top: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
height: 100%;
|
|
left: calc(
|
|
left: calc(
|
|
- 1365px * v-bind("windowHeight") / v-bind("windowHeightDesign")
|
|
|
|
|
|
+ 1343px * v-bind("windowHeight") / v-bind("windowHeightDesign")
|
|
);
|
|
);
|
|
}
|
|
}
|
|
|
|
|