调整页面布局(继续优化)
This commit is contained in:
@@ -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 -- ')
|
||||
|
||||
Reference in New Issue
Block a user