列表高度优化

This commit is contained in:
liuxi 2025-01-17 17:51:45 +08:00
parent f0f4d79585
commit 1fb863e3a5

View File

@ -479,10 +479,10 @@ import { values } from "lodash";
contentHeight(){ contentHeight(){
let oh = document.documentElement.clientHeight; let oh = document.documentElement.clientHeight;
if(this.showSearch){ if(this.showSearch){
return oh-56-48-366-145 return oh-56-48-366-190
}else{ }else{
return oh-56-48-175-75 return oh-56-48-175-95
} }
} }
}, },