fix issue
This commit is contained in:
@@ -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>
|
||||
${item.status === 'pending' && !ocrInProgress ? `<button class="btn btn-sm btn-secondary" onclick="removeOcrFile(${i})" style="padding:2px 8px; font-size:12px;">移除</button>` : ''}
|
||||
</div>
|
||||
${kwHtml}
|
||||
${storyHtml}
|
||||
</div>`;
|
||||
}).join('')}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user