diff --git a/templates/auto_pt/downloading.html b/templates/auto_pt/downloading.html index a6b41df..8d1d1e9 100644 --- a/templates/auto_pt/downloading.html +++ b/templates/auto_pt/downloading.html @@ -15,6 +15,10 @@ color: #fff; } + .vxe-table--body tr > td { + cursor: pointer; + } + /* 用来设置当前页面element全局table 鼠标滑过某行时的背景色*/ .vxe-table--body .vxe-body--row.row--hover td { background-color: #df9942 !important; @@ -175,7 +179,7 @@ showBodyOverflow="title" showHeaderOverflow="title" :menu-config="tableMenu" @menu-click="contextMenuClickEvent" -{# @cell-dblclick="contextMenuClickEvent"#} + {# @cell-dblclick="contextMenuClickEvent"#} @cell-dblclick="showDetails" :data="mainData.torrents" :loading="loading" @@ -190,7 +194,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%;cursor: pointer;"> + style="width: 100%;">