mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
加了个说明
This commit is contained in:
@@ -75,6 +75,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
//这里的以后要去掉的,不应该是这样计算的
|
||||||
let width = document.body.clientWidth;
|
let width = document.body.clientWidth;
|
||||||
console.log(width,'width');
|
console.log(width,'width');
|
||||||
if(width > 1921) {
|
if(width > 1921) {
|
||||||
|
|||||||
Reference in New Issue
Block a user