@@ -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>
);
};
@@ -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;
@@ -89,7 +89,7 @@ const TaskManage = (props: any) => {