From bf37f464149acb5a369a0c91f72257688ea3403f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Wed, 18 Mar 2020 19:22:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/courses/signin/css/signincdi.css | 3 + .../videostatistics/Videostatistics.js | 10 +++ .../component/Studenticscom.js | 11 +--- .../component/Studentstatistics.js | 44 ++++--------- .../component/Videostatisticscom.js | 11 +--- .../component/Videostatisticscomtwo.js | 66 ++++++------------- .../component/Videostatisticslist.js | 42 ++++-------- 7 files changed, 62 insertions(+), 125 deletions(-) diff --git a/public/react/src/modules/courses/signin/css/signincdi.css b/public/react/src/modules/courses/signin/css/signincdi.css index aadbeec20..c6711c4a5 100644 --- a/public/react/src/modules/courses/signin/css/signincdi.css +++ b/public/react/src/modules/courses/signin/css/signincdi.css @@ -549,3 +549,6 @@ .widh150wpos{ word-break: break-all; } +a { text-decoration:none !important;} +a:hover {text-decoration: none !important;} +a:active{text-decoration:none !important;} diff --git a/public/react/src/modules/courses/videostatistics/Videostatistics.js b/public/react/src/modules/courses/videostatistics/Videostatistics.js index a199d95c4..0fc6aca0f 100644 --- a/public/react/src/modules/courses/videostatistics/Videostatistics.js +++ b/public/react/src/modules/courses/videostatistics/Videostatistics.js @@ -87,6 +87,16 @@ class Videostatistics extends Component{ return(
+ { tisticsbool===false?
{ ` - a{  -     text-decoration:none; -     color:#333; - } - a:active, a:hover { -  text-decoration:none; -     color:#333; - } + a{text-decoration:none !important;} + a:hover {text-decoration: none !important;} + a:active{text-decoration:none !important;} ` } diff --git a/public/react/src/modules/courses/videostatistics/component/Studentstatistics.js b/public/react/src/modules/courses/videostatistics/component/Studentstatistics.js index 1126f797c..f8f242b21 100644 --- a/public/react/src/modules/courses/videostatistics/component/Studentstatistics.js +++ b/public/react/src/modules/courses/videostatistics/component/Studentstatistics.js @@ -38,14 +38,9 @@ class Studentstatistics extends Component { @@ -83,14 +78,9 @@ class Studentstatistics extends Component { @@ -113,14 +103,9 @@ class Studentstatistics extends Component { @@ -297,14 +282,9 @@ class Studentstatistics extends Component { diff --git a/public/react/src/modules/courses/videostatistics/component/Videostatisticscom.js b/public/react/src/modules/courses/videostatistics/component/Videostatisticscom.js index 14585bcc8..94031cd85 100644 --- a/public/react/src/modules/courses/videostatistics/component/Videostatisticscom.js +++ b/public/react/src/modules/courses/videostatistics/component/Videostatisticscom.js @@ -36,14 +36,9 @@ class Videostatisticscom extends Component { diff --git a/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js b/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js index 7e58e9c75..c476d7837 100644 --- a/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js +++ b/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js @@ -43,14 +43,9 @@ class Videostatisticscomtwo extends Component { @@ -87,14 +82,9 @@ class Videostatisticscomtwo extends Component { @@ -117,14 +107,9 @@ class Videostatisticscomtwo extends Component { @@ -145,14 +130,9 @@ class Videostatisticscomtwo extends Component { @@ -178,14 +158,9 @@ class Videostatisticscomtwo extends Component { @@ -559,14 +534,11 @@ class Videostatisticscomtwo extends Component { diff --git a/public/react/src/modules/courses/videostatistics/component/Videostatisticslist.js b/public/react/src/modules/courses/videostatistics/component/Videostatisticslist.js index 1ef694fa2..1fadb3182 100644 --- a/public/react/src/modules/courses/videostatistics/component/Videostatisticslist.js +++ b/public/react/src/modules/courses/videostatistics/component/Videostatisticslist.js @@ -38,14 +38,9 @@ class Videostatisticslist extends Component { @@ -83,14 +78,9 @@ class Videostatisticslist extends Component { @@ -113,14 +103,9 @@ class Videostatisticslist extends Component { @@ -294,13 +279,10 @@ class Videostatisticslist extends Component { { ` a{  -     text-decoration:none; -     color:#333; - } - a:active, a:hover { -  text-decoration:none; -     color:#333; +     text-decoration:none !important; } + a:hover {text-decoration: none !important;} + a:active{text-decoration:none !important;} ` }