From 128e1c7b3c98ff35cda9c4f0bc70c02e956d590b Mon Sep 17 00:00:00 2001 From: ngfchl Date: Sun, 9 Oct 2022 12:51:52 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BC=98=E5=8C=96=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=202.=20=E6=B5=8B=E8=AF=95iOS?= =?UTF-8?q?=E5=8F=B3=E9=94=AE=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/auto_pt/downloading.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/auto_pt/downloading.html b/templates/auto_pt/downloading.html index fb6a42a..a6b41df 100644 --- a/templates/auto_pt/downloading.html +++ b/templates/auto_pt/downloading.html @@ -175,6 +175,7 @@ showBodyOverflow="title" showHeaderOverflow="title" :menu-config="tableMenu" @menu-click="contextMenuClickEvent" +{# @cell-dblclick="contextMenuClickEvent"#} @cell-dblclick="showDetails" :data="mainData.torrents" :loading="loading" @@ -189,7 +190,7 @@ :checkbox-config="{trigger: 'row', highlight: true, range: true, reserve: true}" :sort-config="{trigger: 'cell', orders: ['desc', 'asc', null]}" highlight-current-row - style="width: 100%"> + style="width: 100%;cursor: pointer;"> @@ -288,7 +289,7 @@ style="margin-bottom: 35px !important;position: fixed;z-index:99999;" :title="torrent.name" :visible.sync="details" - direction="rtl" + direction="btt" :modal="false" :wrapperClosable="false" :destroy-on-close="true"