feat: Compare not show SAVE button done.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user