From 03f228fcf3ff1f1137cc35e3c6d35b9d46b9100b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Tue, 17 Mar 2020 23:28:05 +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 | 9 ++- .../component/Studenticscom.js | 14 ++++ .../component/Studentstatistics.js | 14 ++++ .../component/Videostatisticscom.js | 14 ++++ .../component/Videostatisticscomtwo.js | 72 +++++++++++-------- .../component/Videostatisticslist.js | 14 ++++ 6 files changed, 106 insertions(+), 31 deletions(-) diff --git a/public/react/src/modules/courses/signin/css/signincdi.css b/public/react/src/modules/courses/signin/css/signincdi.css index 50fcceef4..a5e067ca6 100644 --- a/public/react/src/modules/courses/signin/css/signincdi.css +++ b/public/react/src/modules/courses/signin/css/signincdi.css @@ -472,7 +472,14 @@ white-space:nowrap; cursor: default; } - +.maxnamewidth90s{ + width: 90px; + max-width: 90px; + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap; + cursor: default; +} .font-14{ font-size: 14px !important; } diff --git a/public/react/src/modules/courses/videostatistics/component/Studenticscom.js b/public/react/src/modules/courses/videostatistics/component/Studenticscom.js index 5d1c81692..191e078b2 100644 --- a/public/react/src/modules/courses/videostatistics/component/Studenticscom.js +++ b/public/react/src/modules/courses/videostatistics/component/Studenticscom.js @@ -33,6 +33,20 @@ class Studenticscom extends Component {
this.props.statisticsy(false)} >
diff --git a/public/react/src/modules/courses/videostatistics/component/Studentstatistics.js b/public/react/src/modules/courses/videostatistics/component/Studentstatistics.js
index 44cdf6536..eb25dfbe6 100644
--- a/public/react/src/modules/courses/videostatistics/component/Studentstatistics.js
+++ b/public/react/src/modules/courses/videostatistics/component/Studentstatistics.js
@@ -252,6 +252,20 @@ class Studentstatistics extends Component {
return (
this.props.statisticsy(false)} >
diff --git a/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js b/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js
index 702f90712..10301c8ea 100644
--- a/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js
+++ b/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js
@@ -28,7 +28,7 @@ class Videostatisticscomtwo extends Component {
className: 'font-14',
width: '50px',
render: (text, record) => (
- {record.number}
+