fix issue

This commit is contained in:
EduBrain Dev
2026-04-14 18:22:01 +08:00
parent 2a6e506416
commit a4b2b01c71

View File

@@ -2149,8 +2149,6 @@
<span style="font-size:12px; color:#86868b; white-space:nowrap;">${statusText(item.status)}${item.elapsed ? ' (' + item.elapsed.toFixed(1) + 's)' : ''}</span> <span style="font-size:12px; color:#86868b; white-space:nowrap;">${statusText(item.status)}${item.elapsed ? ' (' + item.elapsed.toFixed(1) + 's)' : ''}</span>
${item.status === 'pending' && !ocrInProgress ? `<button class="btn btn-sm btn-secondary" onclick="removeOcrFile(${i})" style="padding:2px 8px; font-size:12px;">移除</button>` : ''} ${item.status === 'pending' && !ocrInProgress ? `<button class="btn btn-sm btn-secondary" onclick="removeOcrFile(${i})" style="padding:2px 8px; font-size:12px;">移除</button>` : ''}
</div> </div>
${kwHtml}
${storyHtml}
</div>`; </div>`;
}).join('')} }).join('')}
</div> </div>