Renxy 1 年間 前
コミット
2bddf4c7d5
2 ファイル変更11 行追加4 行削除
  1. 8 2
      src/pages/Center/index.js
  2. 3 2
      src/pages/Home/index.less

+ 8 - 2
src/pages/Center/index.js

@@ -52,7 +52,10 @@ const Center = () => {
             toMyTask(1);
           }}
         >
-          <img src={taskIcon} style={{ marginRight: '0.2rem' }} />
+          <img
+            src={taskIcon}
+            style={{ marginRight: '0.2rem', width: '0.5rem' }}
+          />
           我的任务
         </div>
         <div
@@ -61,7 +64,10 @@ const Center = () => {
             toMyTask(2);
           }}
         >
-          <img src={orderIcon} style={{ marginRight: '0.2rem' }} />
+          <img
+            src={orderIcon}
+            style={{ marginRight: '0.2rem', width: '0.5rem' }}
+          />
           我的工单
         </div>
       </div>

+ 3 - 2
src/pages/Home/index.less

@@ -187,6 +187,7 @@
   align-items: flex-end;
 }
 .backlog {
+  margin-right: 6px;
   margin-bottom: 40px;
   padding: 0 20px;
   overflow-y: auto;
@@ -213,12 +214,12 @@
     float: right;
   }
   .titleText {
-    font-size: 22px;
+    font-size: 24px;
     margin: 0 20px;
   }
   .bottomCon {
     margin-left: 24px;
-    font-size: 18px;
+    font-size: 20px;
     line-height: 36px;
     word-wrap: break-word;
   }