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=>{})