From 1af5ee5ba6cb5d717fc4554f0e1dc24ff18745c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Fri, 9 Aug 2019 15:42:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E6=A3=80=E7=B4=A2=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=20=E6=95=B0=E9=87=8F=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/courses/shixunHomework/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/react/src/modules/courses/shixunHomework/style.css b/public/react/src/modules/courses/shixunHomework/style.css index 8c2fbda98..a07c1152e 100644 --- a/public/react/src/modules/courses/shixunHomework/style.css +++ b/public/react/src/modules/courses/shixunHomework/style.css @@ -41,11 +41,13 @@ max-width: 100px; overflow:hidden; text-overflow:ellipsis; - white-space:nowrap + white-space:nowrap; + cursor: default; } .maxnamewidth110{ max-width: 110px; overflow:hidden; text-overflow:ellipsis; - white-space:nowrap + white-space:nowrap; + cursor: default; } \ No newline at end of file