diff --git a/public/react/src/modules/courses/signin/css/signincdi.css b/public/react/src/modules/courses/signin/css/signincdi.css index 9416de345..cdd41eede 100644 --- a/public/react/src/modules/courses/signin/css/signincdi.css +++ b/public/react/src/modules/courses/signin/css/signincdi.css @@ -100,7 +100,10 @@ width: 80%; } .ws50s{ - width: 50%; + width: 50%; + } +.ws40s{ + width: 40%; } .hs30s{ height: 30%; @@ -425,6 +428,14 @@ white-space:nowrap; cursor: default; } +.maxnamewidth90s{ + width: 90px; + max-width: 90px; + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap; + cursor: default; +} .maxnamewidth100s{ width: 100px; max-width: 100px; diff --git a/public/react/src/modules/courses/videostatistics/component/Videostatisticscom.js b/public/react/src/modules/courses/videostatistics/component/Videostatisticscom.js index 3c12ff424..dff57d642 100644 --- a/public/react/src/modules/courses/videostatistics/component/Videostatisticscom.js +++ b/public/react/src/modules/courses/videostatistics/component/Videostatisticscom.js @@ -39,7 +39,7 @@ class Videostatisticscom extends Component { this.props.statisticsy(false)}>

this.props.statisticsy(false)}>返回

-
视频统计总览
+
视频统计总览
播放数据从{this.props.watch_staticsdata&&this.props.watch_staticsdata.begin_at?this.props.watch_staticsdata.begin_at:0}开始统计