From 04426895eb1384253ebb34509b3e09db4ca35e52 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Sun, 9 Oct 2022 13:00:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95iOS=E5=8F=B3=E9=94=AE?= =?UTF-8?q?=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 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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%;">