代码库

This commit is contained in:
caishi 2021-11-30 11:28:02 +08:00
parent ff9beb0949
commit 98ed1794cf
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ function CoderDepot(props){
let ele = document.getElementById("ptxt");
if(ele){
let h = ele.offsetHeight;
if( h > 35 ) setHideBtn(true);
if( h > 36 ) setHideBtn(true);
}
}
},[projectDetail,lastCommit])