feat: 适配移动端查看任务传输进度
This commit is contained in:
@@ -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', '查看传输进度')">
|
||||
|
||||
Reference in New Issue
Block a user