From a672398d966a60f9663bfb9c61daf9c90d80b767 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 21:33: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 --- .../courses/videostatistics/component/Studentstatistics.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } ` }