From 91fefb94649fcb1ff317259f53fd576a5b6e0db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Fri, 15 Dec 2023 09:40:47 +0800 Subject: [PATCH] bug fix --- public/index.html | 2 +- src/forge/Information/Pages/zoneVIP.jsx | 2 +- src/forge/Information/index.scss | 10 ++++++---- src/forge/Issues/Pages/new.jsx | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/public/index.html b/public/index.html index 230100956..20db22926 100755 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/forge/Information/Pages/zoneVIP.jsx b/src/forge/Information/Pages/zoneVIP.jsx index c9a37ae6a..86f52d93d 100644 --- a/src/forge/Information/Pages/zoneVIP.jsx +++ b/src/forge/Information/Pages/zoneVIP.jsx @@ -83,7 +83,7 @@ function ZoneVIP(props){
{ - vipLists && (vipLists.length > 0 ? :
+ vipLists && (vipLists.length > 0 ? :
) } diff --git a/src/forge/Information/index.scss b/src/forge/Information/index.scss index 6ba07f0f4..6681aab39 100644 --- a/src/forge/Information/index.scss +++ b/src/forge/Information/index.scss @@ -1126,10 +1126,12 @@ margin-right: 7px; } } - .none_panels { - background-color: #FFFFFF; - margin: 25px 25px 25px 0; - border-radius: 12px; + .vip_list { + .none_panels { + background-color: #FFFFFF; + margin: 25px 25px 25px 0; + border-radius: 12px; + } } } .zone_parter{ diff --git a/src/forge/Issues/Pages/new.jsx b/src/forge/Issues/Pages/new.jsx index ce09cc6be..474131b5b 100644 --- a/src/forge/Issues/Pages/new.jsx +++ b/src/forge/Issues/Pages/new.jsx @@ -198,7 +198,7 @@ function New(props){ }).then(result=>{ if(result && result.data && result.data.project_issues_index){ window.scrollTo(0,0); - props.showNotification("任务创建成功!"); + props.showNotification("疑修创建成功!"); props.history.push(`/${owner}/${projectsId}/issues/${result.data.project_issues_index}`); } }).catch(error=>{})