From 0c94290767a88c913ed736e65970eafee9e41519 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 22 七月 2020 15:49:16 +0800
Subject: [PATCH] 2020-07-22

---
 src/templates/sharecomponent/cardcomponent/dragdetail/index.scss |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/templates/sharecomponent/cardcomponent/dragdetail/index.scss b/src/templates/sharecomponent/cardcomponent/dragdetail/index.scss
index aafcc24..72378f3 100644
--- a/src/templates/sharecomponent/cardcomponent/dragdetail/index.scss
+++ b/src/templates/sharecomponent/cardcomponent/dragdetail/index.scss
@@ -16,11 +16,13 @@
       word-break: break-word;
       white-space: nowrap;
       text-overflow: ellipsis;
+      cursor: move;
     }
     .content:not(.line1) {
       display: -webkit-box;
       -webkit-box-orient: vertical;
       overflow: hidden;
+      cursor: move;
     }
     .content.line2 {
       -webkit-line-clamp: 2;

--
Gitblit v1.8.0