This commit is contained in:
zhaofang
2022-10-20 14:09:43 +08:00
parent 09f7581ba8
commit b21160ba80
9 changed files with 26 additions and 27 deletions

View File

@@ -73,10 +73,11 @@
},
created() {
let width = document.body.clientWidth;
console.log(width,'width');
if(width > 1920) {
this.clientWidth = '1088px';
}
if(width > 1681 && width < 1920 || width == 1920) {
if(width > 1681 && width < 1920) {
this.clientWidth = '888px';
}
if(width > 1367 && width < 1680) {