+
@@ -12,13 +12,34 @@
name: 'app',
components: {
// Home
+ },
+ data() {
+ return {
+ height: 0,
+ width: 0
+ }
+ },
+ created() {
+ this.height = window.screen.height;
+ // this.width = window.screen.width;
+ // let availWidth = window.screen.availWidth;
+ // let clientWidth = document.body.clientWidth;
+ // let offsetWidth = document.body.offsetWidth;
+ // let scrollWidth = document.body.scrollWidth;
+ // console.log(this.height);
+ // console.log(this.width);
+ // console.log(availWidth);
+ // console.log(clientWidth);
+ // console.log(offsetWidth);
+ // console.log(scrollWidth);
+
}
}
\ No newline at end of file
diff --git a/src/components/attention/Attention.vue b/src/components/attention/Attention.vue
index a73e664..4d4488e 100755
--- a/src/components/attention/Attention.vue
+++ b/src/components/attention/Attention.vue
@@ -30,6 +30,7 @@
-