From 397db5f168042fdb19cfb6ce991aa0eafc18bfb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Thu, 6 Feb 2020 14:31:10 +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 --- .../react/src/modules/user/usersInfo/video/InfosVideo.css | 3 ++- .../src/modules/user/usersInfo/video/VideoInReviewItem.js | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/public/react/src/modules/user/usersInfo/video/InfosVideo.css b/public/react/src/modules/user/usersInfo/video/InfosVideo.css index 1ed0b3555..f2b1d5152 100644 --- a/public/react/src/modules/user/usersInfo/video/InfosVideo.css +++ b/public/react/src/modules/user/usersInfo/video/InfosVideo.css @@ -60,7 +60,7 @@ padding: 9px 8px; background: #fff; - border-radius: 0px 0px 12px 12px; + border-radius:12px; } .videoItem .square-main .title{ max-width: 256px; @@ -141,4 +141,5 @@ .videoItem:hover{ box-shadow:0px 4px 10px 0px rgba(3,7,45,0.1); + border-radius:12px; } \ No newline at end of file diff --git a/public/react/src/modules/user/usersInfo/video/VideoInReviewItem.js b/public/react/src/modules/user/usersInfo/video/VideoInReviewItem.js index 53e39defc..1bba7ac03 100644 --- a/public/react/src/modules/user/usersInfo/video/VideoInReviewItem.js +++ b/public/react/src/modules/user/usersInfo/video/VideoInReviewItem.js @@ -67,11 +67,11 @@ function VideoInReviewItem (props) {
{/* 2019-09-01 10:00:22 */} - {vv===0?"": - + + {vv===0?"": - {vv} - } + } {vv===0?"":vv} + { isReview != true &&
onEditVideo(props)}