From 8e071e991e0853414395914b811548b2f959f06f Mon Sep 17 00:00:00 2001 From: BingoKingo Date: Sat, 2 May 2020 16:26:22 +0800 Subject: [PATCH] re --- theme/tfo_md.php | 3 ++- theme/tfo_mdtr.php | 3 ++- theme/tfo_mdtr_baw.php | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/theme/tfo_md.php b/theme/tfo_md.php index 311e557..9085b81 100644 --- a/theme/tfo_md.php +++ b/theme/tfo_md.php @@ -892,7 +892,8 @@ echo ''; tr1.setAttribute('data-to',1); var td1=document.createElement('td'); tr1.appendChild(td1); - td1.setAttribute('style','width:30%'); + td1.setAttribute('style','width:24%'); + td1.setAttribute('style','overflow:auto'); td1.setAttribute('id','upfile_td1_'+timea+'_'+i); td1.innerHTML=file.name+' '+size_format(file.size); var td2=document.createElement('td'); diff --git a/theme/tfo_mdtr.php b/theme/tfo_mdtr.php index 4cd8ac9..4a69657 100644 --- a/theme/tfo_mdtr.php +++ b/theme/tfo_mdtr.php @@ -892,7 +892,8 @@ echo ''; tr1.setAttribute('data-to',1); var td1=document.createElement('td'); tr1.appendChild(td1); - td1.setAttribute('style','width:30%'); + td1.setAttribute('style','width:24%'); + td1.setAttribute('style','overflow:auto'); td1.setAttribute('id','upfile_td1_'+timea+'_'+i); td1.innerHTML=file.name+' '+size_format(file.size); var td2=document.createElement('td'); diff --git a/theme/tfo_mdtr_baw.php b/theme/tfo_mdtr_baw.php index 90f5c68..0c1d46b 100644 --- a/theme/tfo_mdtr_baw.php +++ b/theme/tfo_mdtr_baw.php @@ -892,7 +892,8 @@ echo ''; tr1.setAttribute('data-to',1); var td1=document.createElement('td'); tr1.appendChild(td1); - td1.setAttribute('style','width:30%'); + td1.setAttribute('style','width:24%'); + td1.setAttribute('style','overflow:auto'); td1.setAttribute('id','upfile_td1_'+timea+'_'+i); td1.innerHTML=file.name+' '+size_format(file.size); var td2=document.createElement('td');