feat: 适配移动端查看任务传输进度

This commit is contained in:
Baobhan Sith
2025-05-17 16:12:34 +08:00
parent 5a4049b39b
commit 2cf5a4fd35
4 changed files with 5 additions and 5 deletions
@@ -472,8 +472,8 @@ onBeforeUnmount(() => {
>
<i :class="[eyeIconClass, 'text-sm']"></i>
</button>
<!-- 新增查看传输进度按钮 -->
<button v-if="!isMobile"
<!-- 查看传输进度按钮 (移除 v-if="!isMobile" 以在移动端显示) -->
<button
class="flex items-center justify-center px-3 h-full border-l border-border text-text-secondary hover:bg-border hover:text-foreground transition-colors duration-150"
@click="showTransferProgressModal = true"
:title="t('terminalTabBar.showTransferProgressTooltip', '查看传输进度')">