feat: Compare not show SAVE button done.

This commit is contained in:
chiayin
2024-02-22 10:26:03 +08:00
parent d852d7be06
commit d921d9fa75
10 changed files with 3 additions and 482 deletions

View File

@@ -5,7 +5,7 @@
<div class="flex flex-1 items-center">
<!-- Files -->
<router-link to="/files" class="mr-4" v-if="showIcon" id="backPage">
<span class="material-symbols-outlined text-neutral-10 leading-loose">
<span class="material-symbols-outlined text-neutral-10 !leading-loose">
arrow_back
</span>
</router-link>
@@ -37,8 +37,8 @@
<UploadModal :visible="uploadModal" @closeModal="uploadModal = $event"></UploadModal>
</div>
</div>
<!-- Upload 無按鈕行為 -->
<div v-else-if="navViewName === 'UPLOAD'"></div>
<!-- Upload, Compare 無按鈕行為 -->
<div v-else-if="navViewName === 'UPLOAD' || navViewName === 'COMPARE'"></div>
<!-- Other Page: Save and Download -->
<!-- Save data 跳重新命名沒有 data 跳要不要儲存沒有動都不跳 -->
<div v-else class="space-x-4">