diff --git a/public/react/src/modules/courses/videostatistics/component/Studentstatistics.js b/public/react/src/modules/courses/videostatistics/component/Studentstatistics.js index 401c9ec5d..aea47a1cb 100644 --- a/public/react/src/modules/courses/videostatistics/component/Studentstatistics.js +++ b/public/react/src/modules/courses/videostatistics/component/Studentstatistics.js @@ -155,7 +155,7 @@ class Studentstatistics extends Component { user_name: response.data.data[i].user_name, is_finished: response.data.data[i].is_finished, total_duration:response.data.data[i].total_duration?formatSeconds(response.data.data[i].total_duration):0, - feq:response.data.data[i].feq, + feq:response.data.data[i].freq, start_at:response.data.data[i].start_at, end_at:response.data.data[i].end_at, }) @@ -263,7 +263,7 @@ class Studentstatistics extends Component { { ` .ysltableo .ant-table-thead > tr > th, .ant-table-tbody > tr > td { - padding: 10px 10px; + padding: 10px 5px; } ` }