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