调整页面布局(继续优化)

This commit is contained in:
季圣华
2022-12-11 23:41:11 +08:00
parent f163150761
commit 256282c21a
45 changed files with 90 additions and 78 deletions

View File

@@ -64,7 +64,7 @@ export const JeecgListMixin = {
},
created() {
if(this.isDesktop()) {
this.cardStyle = 'height:' + (document.documentElement.clientHeight-125) + 'px'
this.cardStyle = 'height:' + (document.documentElement.clientHeight-100) + 'px'
}
if(!this.disableMixinCreated){
//console.log(' -- mixin created -- ')