PDF: remove step numbers (1/2/3/4) — cleaner UI without confusing numbering
This commit is contained in:
parent
6f42dd0c89
commit
560bf4a043
@ -654,7 +654,6 @@
|
|||||||
<!-- Step 1: Upload -->
|
<!-- Step 1: Upload -->
|
||||||
<div id="stepUpload" style="margin-bottom:24px;">
|
<div id="stepUpload" style="margin-bottom:24px;">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<span class="section-num">1</span>
|
|
||||||
Загрузка файлов
|
Загрузка файлов
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -678,7 +677,6 @@
|
|||||||
<!-- Uploaded files list -->
|
<!-- Uploaded files list -->
|
||||||
<div style="margin-bottom:24px;">
|
<div style="margin-bottom:24px;">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<span class="section-num">1</span>
|
|
||||||
Загруженные файлы
|
Загруженные файлы
|
||||||
</div>
|
</div>
|
||||||
<div class="file-list" id="fileList"></div>
|
<div class="file-list" id="fileList"></div>
|
||||||
@ -696,7 +694,6 @@
|
|||||||
<!-- Operation tabs -->
|
<!-- Operation tabs -->
|
||||||
<div style="margin-bottom:20px;">
|
<div style="margin-bottom:20px;">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<span class="section-num">2</span>
|
|
||||||
Операция
|
Операция
|
||||||
</div>
|
</div>
|
||||||
<div class="op-tabs-wrap">
|
<div class="op-tabs-wrap">
|
||||||
@ -983,7 +980,6 @@
|
|||||||
<!-- Step 3: Action + Progress -->
|
<!-- Step 3: Action + Progress -->
|
||||||
<div id="step3Wrap" style="margin-bottom:24px;">
|
<div id="step3Wrap" style="margin-bottom:24px;">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<span class="section-num">3</span>
|
|
||||||
Обработка
|
Обработка
|
||||||
</div>
|
</div>
|
||||||
<div id="actionWrap">
|
<div id="actionWrap">
|
||||||
@ -1008,7 +1004,6 @@
|
|||||||
<!-- Step 4: Result -->
|
<!-- Step 4: Result -->
|
||||||
<div id="stepResult" style="display:none;margin-bottom:24px;">
|
<div id="stepResult" style="display:none;margin-bottom:24px;">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<span class="section-num">4</span>
|
|
||||||
Результат
|
Результат
|
||||||
</div>
|
</div>
|
||||||
<div class="result-card">
|
<div class="result-card">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user