From a2bffeeb6de8165569b92bcec03e482e8d74e2fc 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, 5 Nov 2019 15:39:41 +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 --- .../src/modules/user/usersInfo/InfosCourse.js | 17 ++++++++++++----- .../src/modules/user/usersInfo/InfosPath.js | 7 ++++--- .../src/modules/user/usersInfo/InfosProject.js | 7 ++++--- .../src/modules/user/usersInfo/InfosShixun.js | 7 ++++--- .../src/modules/user/usersInfo/usersInfo.css | 4 ++++ 5 files changed, 28 insertions(+), 14 deletions(-) diff --git a/public/react/src/modules/user/usersInfo/InfosCourse.js b/public/react/src/modules/user/usersInfo/InfosCourse.js index ec68261a3..9514a4e69 100644 --- a/public/react/src/modules/user/usersInfo/InfosCourse.js +++ b/public/react/src/modules/user/usersInfo/InfosCourse.js @@ -180,6 +180,12 @@ class InfosCourse extends Component{ .whitepanelysllis { width: 66px !important; + height: 48px !important; + line-height: 46px !important; + margin-left: 40px !important; + } + .whitepanelysllik { + width: 80px !important; height: 48px !important; line-height: 46px !important; margin-left: 40px !important; @@ -207,11 +213,11 @@ class InfosCourse extends Component{
  • this.changeCategory()} className="font-16 w32">全部
  • this.changeCategory("manage")} - className="font-16 w66">{is_current ? "我" : "TA"}管理的
  • + href="javascript:void(0)" onClick={() => this.changeCategory("manage")} + className={is_current ? "font-16 w66" : "font-16 w80"}>{is_current ? "我" : "TA"}管理的
  • this.changeCategory("study")} - className="font-16 w66">{is_current ? "我" : "TA"}学习的
  • + href="javascript:void(0)" onClick={() => this.changeCategory("study")} + className={is_current ? "font-16 w66" : "font-16 w80"}>{is_current ? "我" : "TA"}学习的