@@ -238,7 +238,7 @@ const MyTaskList = (props) => {
<span
style={{
width: '0.2rem',
- height: '2.05rem',
+ height: '2rem',
position: 'absolute',
background: 'rgba(23, 85, 255, 0.20)',
}}
@@ -285,7 +285,7 @@ const TaskList: React.FC<IPropsType> = (props) => {