Renxy před 1 rokem
rodič
revize
bdfad9b9a9

+ 0 - 13
src/pages/Center/index.js

@@ -26,9 +26,6 @@ const Center = () => {
     navigate(`/center/my-task/${projectId}?user_id=${user.ID}`);
   };
 
-  const handleClose = () => {
-    UnityAction.sendMsg('closePage');
-  };
   return (
     <PageContent>
       <PageTitle>个人中心</PageTitle>
@@ -43,16 +40,6 @@ const Center = () => {
             {version}
           </div>
         </div>
-
-        {/* <CloseOutlined
-          style={{
-            position: 'absolute',
-            top: '20px',
-            right: '20px',
-            fontSize: '30px',
-          }}
-          onClick={handleClose}
-        /> */}
       </div>
       <div className={styles.center}>
         <div

+ 2 - 2
src/pages/Center/index.less

@@ -5,7 +5,7 @@
   background-color: #ffffff;
 }
 .box {
-  background: rgba(255, 255, 255, 0.78);
+  background: rgba(255, 255, 255);
   box-shadow: 0px 0px 8px 4px rgba(212, 212, 212, 0.5);
   border-radius: 20px;
 }
@@ -79,7 +79,7 @@
   width: 329px;
   height: 97px;
   text-align: center;
-  background: rgba(74, 144, 226, 0.85);
+  background: rgba(74, 144, 226);
   border-radius: 49px;
   font-size: 32px;
   font-family: PingFangSC, PingFang SC;

+ 1 - 1
src/pages/SystemDaily/index.less

@@ -3,7 +3,7 @@
   width: 90%;
   margin: 60px auto;
   background-color: #ffffff;
-  background: rgba(255, 255, 255, 0.78);
+  background: rgba(255, 255, 255);
   box-shadow: 0px 0px 8px 4px rgba(212, 212, 212, 0.5);
   border-radius: 20px;
 }