From 710a18f3a23991d59f736dc2d965dbbaafeb7354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Fri, 3 Jan 2020 09:20:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=89=88=E6=9C=AC=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tpm/shixunchild/Repository/Repository.css | 7 +++++++ .../tpm/shixunchild/Repository/Repository.js | 11 +++++++--- .../Repository/RepositoryCombinePath.js | 21 +++++++------------ .../Repository/RepositoryNoneData.js | 2 +- 4 files changed, 24 insertions(+), 17 deletions(-) diff --git a/public/react/src/modules/tpm/shixunchild/Repository/Repository.css b/public/react/src/modules/tpm/shixunchild/Repository/Repository.css index 45f7c8507..158666548 100644 --- a/public/react/src/modules/tpm/shixunchild/Repository/Repository.css +++ b/public/react/src/modules/tpm/shixunchild/Repository/Repository.css @@ -49,4 +49,11 @@ .padding020Repository{ padding: 0px 20px 0px 20px; +} + +.colorFF6601{ + color:#FF6601 +} +.padding040pxRepository{ + padding: 40px 40px 0px 40px; } \ No newline at end of file diff --git a/public/react/src/modules/tpm/shixunchild/Repository/Repository.js b/public/react/src/modules/tpm/shixunchild/Repository/Repository.js index 43fbc3ca2..4a78a85e4 100644 --- a/public/react/src/modules/tpm/shixunchild/Repository/Repository.js +++ b/public/react/src/modules/tpm/shixunchild/Repository/Repository.js @@ -122,7 +122,7 @@ class Repository extends Component { { this.props.current_user && (this.props.current_user.admin ==true || (TPMRightSectionData && TPMRightSectionData.creator && TPMRightSectionData.creator.login == this.props.current_user.login)) ? - !this.props.secret_repository_tab && + // !this.props.secret_repository_tab && (