Explorar o código

style: 评测报告样式调整

TIANYONG hai 1 ano
pai
achega
65af2ee6b8
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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':