diff --git a/src/forge/Information/Pages/selfList.jsx b/src/forge/Information/Pages/selfList.jsx index f6b9312aa..54e1a6b36 100644 --- a/src/forge/Information/Pages/selfList.jsx +++ b/src/forge/Information/Pages/selfList.jsx @@ -29,14 +29,6 @@ function SelfList(props){ } },[id,source,page]) - function getFunc(s){ - if(s===true){ - getSource(); - } - if(s===false){ - getNew(); - } - } useEffect(()=>{ if(page===1){ @@ -47,6 +39,14 @@ function SelfList(props){ } },[status]) + function getFunc(s){ + if(s===true){ + getSource(); + } + if(s===false){ + getNew(); + } + } useEffect(()=>{ if(pathname){ @@ -126,8 +126,8 @@ function SelfList(props){
- - + +
diff --git a/src/forge/Information/index.scss b/src/forge/Information/index.scss index ef5c0f61f..b7fa790e0 100644 --- a/src/forge/Information/index.scss +++ b/src/forge/Information/index.scss @@ -1723,6 +1723,10 @@ .ant-btn{ width: 95px; margin:0px 20px; + &.ant-btn-primary{ + color: var(--primary-color); + border-color: var(--primary-color); + } } } }