pull/216/head
BingoKingo 2020-05-02 16:58:23 +08:00
parent b1170c7456
commit 4e6579d94a
3 changed files with 6 additions and 0 deletions

View File

@ -890,6 +890,7 @@ echo '</script>';
var tr1=document.createElement('tr');
table1.appendChild(tr1);
tr1.setAttribute('data-to',1);
tr1.setAttribute('style','height:fit-content');
var td1=document.createElement('td');
tr1.appendChild(td1);
td1.setAttribute('style','width:24%');
@ -898,6 +899,7 @@ echo '</script>';
var td2=document.createElement('td');
tr1.appendChild(td2);
td2.setAttribute('id','upfile_td2_'+timea+'_'+i);
td2.setAttribute('style','text-overflow:ellipsis');
td2.setAttribute('style','width:71%');
td2.setAttribute('style','white-space:nowrap');
td2.innerHTML='<?php echo getconstStr('GetUploadLink'); ?> ...';

View File

@ -890,6 +890,7 @@ echo '</script>';
var tr1=document.createElement('tr');
table1.appendChild(tr1);
tr1.setAttribute('data-to',1);
tr1.setAttribute('style','height:fit-content');
var td1=document.createElement('td');
tr1.appendChild(td1);
td1.setAttribute('style','width:24%');
@ -898,6 +899,7 @@ echo '</script>';
var td2=document.createElement('td');
tr1.appendChild(td2);
td2.setAttribute('id','upfile_td2_'+timea+'_'+i);
td2.setAttribute('style','text-overflow:ellipsis');
td2.setAttribute('style','width:71%');
td2.setAttribute('style','white-space:nowrap');
td2.innerHTML='<?php echo getconstStr('GetUploadLink'); ?> ...';

View File

@ -890,6 +890,7 @@ echo '</script>';
var tr1=document.createElement('tr');
table1.appendChild(tr1);
tr1.setAttribute('data-to',1);
tr1.setAttribute('style','height:fit-content');
var td1=document.createElement('td');
tr1.appendChild(td1);
td1.setAttribute('style','width:24%');
@ -898,6 +899,7 @@ echo '</script>';
var td2=document.createElement('td');
tr1.appendChild(td2);
td2.setAttribute('id','upfile_td2_'+timea+'_'+i);
td2.setAttribute('style','text-overflow:ellipsis');
td2.setAttribute('style','width:71%');
td2.setAttribute('style','white-space:nowrap');
td2.innerHTML='<?php echo getconstStr('GetUploadLink'); ?> ...';