Переглянути джерело

style: 调大任务列表和工单列表字体

ZhaoJun 1 рік тому
батько
коміт
ee96636624

+ 1 - 1
src/pages/Center/MyTask/index.js

@@ -102,7 +102,7 @@ const MyTask = (props) => {
           <div className={styles.counterText}>任务数量</div>
         </div> */}
 
-        <CaretRightFilled style={{ fontSize: '0.3rem', color: '#BCBABA' }} />
+        <CaretRightFilled style={{ fontSize: '0.34rem', color: '#BCBABA' }} />
       </List.Item>
     );
   };

+ 1 - 1
src/pages/Center/MyTask/index.less

@@ -19,7 +19,7 @@
     background-color: #ffffff;
 
     .itemLabel {
-      font-size: 0.28rem;
+      font-size: 0.34rem;
       color: #615d5d;
       font-weight: 500;
       letter-spacing: 0.05rem;

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

@@ -19,7 +19,7 @@
     background-color: #ffffff;
 
     .itemLabel {
-      font-size: 0.28rem;
+      font-size: 0.34rem;
       color: #615d5d;
       font-weight: 500;
       letter-spacing: 0.05rem;

+ 1 - 1
src/pages/TaskManage/index.tsx

@@ -89,7 +89,7 @@ const TaskManage = (props: any) => {
           <div className={styles.counterText}>任务数量</div>
         </div> */}
 
-        <CaretRightFilled style={{ fontSize: '0.3rem', color: '#BCBABA' }} />
+        <CaretRightFilled style={{ fontSize: '0.34rem', color: '#BCBABA' }} />
       </List.Item>
     );
   };