diff --git a/public/react/src/modules/courses/signin/css/signincdi.css b/public/react/src/modules/courses/signin/css/signincdi.css index a5e067ca6..3bb714831 100644 --- a/public/react/src/modules/courses/signin/css/signincdi.css +++ b/public/react/src/modules/courses/signin/css/signincdi.css @@ -494,4 +494,12 @@ } .ml32{ margin-left: 32px; + +} + +.textalignlefts{ + text-align: left; +} +.textalignrights{ + text-align: right; } diff --git a/public/react/src/modules/courses/videostatistics/component/Studentstatistics.js b/public/react/src/modules/courses/videostatistics/component/Studentstatistics.js index ad07fc10d..65fdf6db8 100644 --- a/public/react/src/modules/courses/videostatistics/component/Studentstatistics.js +++ b/public/react/src/modules/courses/videostatistics/component/Studentstatistics.js @@ -34,12 +34,12 @@ class Studentstatistics extends Component { className: 'font-14 maxnamewidth150s', width: '150px', render: (text, record) => ( - - + {record.title} - + ), }, { @@ -65,12 +65,12 @@ class Studentstatistics extends Component { sorter: true, sortDirections: sortDirections, render: (text, record) => ( - - + {record.total_duration} - + ), }, { @@ -98,7 +98,7 @@ class Studentstatistics extends Component { width: '90px', render: (text, record) => ( {record.is_finished === true ? - 是 : 否} + 是 : 否} ), }, ], diff --git a/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js b/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js index b7bdea200..9889d97b8 100644 --- a/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js +++ b/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js @@ -56,7 +56,7 @@ class Videostatisticscomtwo extends Component { width: '90px', render: (text, record) => (