diff --git a/public/react/src/modules/user/usersInfo/InfosBank.js b/public/react/src/modules/user/usersInfo/InfosBank.js index cf670063d..eb07a066c 100644 --- a/public/react/src/modules/user/usersInfo/InfosBank.js +++ b/public/react/src/modules/user/usersInfo/InfosBank.js @@ -161,7 +161,7 @@ class InfosBank extends Component{ modalSave={modalSave} > -
+
  • this.changeType("publicly")}>{is_current ? "我":"TA"}的题库
  • this.changeType("personal")}>公共题库
  • diff --git a/public/react/src/modules/user/usersInfo/InfosBanner.js b/public/react/src/modules/user/usersInfo/InfosBanner.js index ef13e5830..e5ff05c76 100644 --- a/public/react/src/modules/user/usersInfo/InfosBanner.js +++ b/public/react/src/modules/user/usersInfo/InfosBanner.js @@ -45,10 +45,10 @@ class InfosBanner extends Component{

    - + - +

    @@ -63,7 +63,7 @@ class InfosBanner extends Component{ { is_current ? - + { data && data.attendance_signed ? 已签到 diff --git a/public/react/src/modules/user/usersInfo/InfosCourse.js b/public/react/src/modules/user/usersInfo/InfosCourse.js index bff9792e7..0149573c5 100644 --- a/public/react/src/modules/user/usersInfo/InfosCourse.js +++ b/public/react/src/modules/user/usersInfo/InfosCourse.js @@ -107,7 +107,7 @@ class InfosCourse extends Component{ return(
    -
    +
  • this.changeCategory()}>全部
  • this.changeCategory("manage")}>{is_current ? "我":"TA"}管理的
  • this.changeCategory("study")}>{is_current ? "我":"TA"}学习的
  • diff --git a/public/react/src/modules/user/usersInfo/InfosPackage.js b/public/react/src/modules/user/usersInfo/InfosPackage.js index 0355e2d76..aca31a7b5 100644 --- a/public/react/src/modules/user/usersInfo/InfosPackage.js +++ b/public/react/src/modules/user/usersInfo/InfosPackage.js @@ -168,7 +168,7 @@ class InfosPackage extends Component{ modalSave={this.state.ModalSave} /> -
    +
  • this.changeCategory()}>全部
  • this.changeCategory("manage")}>{is_current ? "我":"TA"}管理的
  • this.changeCategory("bidden")}>{is_current ? "我":"TA"}参与的
  • diff --git a/public/react/src/modules/user/usersInfo/InfosPath.js b/public/react/src/modules/user/usersInfo/InfosPath.js index 11f50ebf9..e3912216b 100644 --- a/public/react/src/modules/user/usersInfo/InfosPath.js +++ b/public/react/src/modules/user/usersInfo/InfosPath.js @@ -120,7 +120,7 @@ class InfosPath extends Component{ return(
    -
    +
  • this.changeCategory()}>全部
  • this.changeCategory("manage")}>{is_current ? "我":"TA"}管理的
  • this.changeCategory("study")}>{is_current ? "我":"TA"}学习的
  • diff --git a/public/react/src/modules/user/usersInfo/InfosProject.js b/public/react/src/modules/user/usersInfo/InfosProject.js index c4ce920f0..f65db5792 100644 --- a/public/react/src/modules/user/usersInfo/InfosProject.js +++ b/public/react/src/modules/user/usersInfo/InfosProject.js @@ -102,7 +102,7 @@ class InfosProject extends Component{ return(
    -
    +
  • this.changeCategory()}>全部
  • this.changeCategory("manage")}>{is_current ? "我":"TA"}管理的
  • this.changeCategory("study")}>{is_current ? "我":"TA"}学习的
  • diff --git a/public/react/src/modules/user/usersInfo/InfosShixun.js b/public/react/src/modules/user/usersInfo/InfosShixun.js index 1550230ab..e8b6eb7c8 100644 --- a/public/react/src/modules/user/usersInfo/InfosShixun.js +++ b/public/react/src/modules/user/usersInfo/InfosShixun.js @@ -120,7 +120,7 @@ class InfosShixun extends Component{ return(
    -
    +
  • this.changeCategory()}>全部
  • this.changeCategory("manage")}>{is_current ? "我":"TA"}管理的
  • this.changeCategory("study")}>{is_current ? "我":"TA"}学习的
  • diff --git a/public/react/src/modules/user/usersInfo/common/HeadlessModal.js b/public/react/src/modules/user/usersInfo/common/HeadlessModal.js index 88cb77eef..8e1d38c6f 100644 --- a/public/react/src/modules/user/usersInfo/common/HeadlessModal.js +++ b/public/react/src/modules/user/usersInfo/common/HeadlessModal.js @@ -32,10 +32,19 @@ function HeadlessModal (props) { } .headless .closeBtn { position: absolute; - top: -20px; - right: -14px; + color: ${theme.foreground_select}; + top: -8px; + right: -10px; font-size: 24px !important; - color: ${theme.foreground_select} + background: #fff; + width: 14px; + height: 8px; + margin-right: 0px; + } + .headless .icon-htmal5icon19:before { + left: -4px; + position: absolute; + top: -13px; } `} setVisible(false) }> diff --git a/public/react/src/modules/user/usersInfo/common/InfoTab.js b/public/react/src/modules/user/usersInfo/common/InfoTab.js index 546b61820..d4b374886 100644 --- a/public/react/src/modules/user/usersInfo/common/InfoTab.js +++ b/public/react/src/modules/user/usersInfo/common/InfoTab.js @@ -16,7 +16,7 @@ function InfoTab (props) { }, []) return ( -
    +
    {categories && categories.map(item => { return (
  • changeCategory(item.key)}>{item.name}
  • diff --git a/public/react/src/modules/user/usersInfo/usersInfo.css b/public/react/src/modules/user/usersInfo/usersInfo.css index 61f74a0eb..7510075c9 100644 --- a/public/react/src/modules/user/usersInfo/usersInfo.css +++ b/public/react/src/modules/user/usersInfo/usersInfo.css @@ -130,6 +130,7 @@ padding-top:25px; box-sizing: border-box; background: url('../../../images/account/infobanner.png') no-repeat top center; + background-color: #0d4473 } .username{ @@ -145,7 +146,7 @@ } .myPhoto{ border-radius: 50%; - border:2px solid #fff; + /* border:2px solid #fff; */ width:110px; height:110px; } @@ -176,7 +177,7 @@ text-align: center; } .headtab { - width: 160px; + width: 140px; height: 70px; text-align: center; } @@ -194,7 +195,7 @@ height: 54px; line-height: 54px; background: #fff; - box-shadow:0px 0px 24px 3px rgba(230,230,230,0.5); + box-shadow:0px 5px 12px 3px #e6e6e6; border-radius:7px; padding:0px 10px; }