소스 검색

style: 评测报告样式调整

TIANYONG 1 년 전
부모
커밋
65af2ee6b8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/page-instrument/view-evaluat-report/index.tsx

+ 2 - 2
src/page-instrument/view-evaluat-report/index.tsx

@@ -201,9 +201,9 @@ export default defineComponent({
 		const getOffsetPosition = (type: keyof typeof colorsClass): string => {
 			switch (type) {
 			  case 'EARLY':
-				return 'translateX(-2px)'
+				return 'translateX(-3px)'
 			  case 'LATE':
-				return 'translateX(2px)'
+				return 'translateX(3px)'
 			  case 'HIGH':
 				return 'translateY(-2px)'
 			  case 'LOW':