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"