|
@@ -200,14 +200,6 @@ watch(
|
|
},
|
|
},
|
|
{ deep: true }
|
|
{ deep: true }
|
|
);
|
|
);
|
|
-const body1Width = ref(0);
|
|
|
|
-onMounted(() => {
|
|
|
|
- body1Width.value = document.getElementById("body1").clientWidth;
|
|
|
|
- window.onresize = function () {
|
|
|
|
- body1Width.value = document.getElementById("body1").clientWidth;
|
|
|
|
- pageKey.value = !pageKey.value;
|
|
|
|
- };
|
|
|
|
-});
|
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|