소스 검색

删除无用行

lifanagju_citu 6 달 전
부모
커밋
76f6ba4b36
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/recruit/enterprise/membershipPackage/dynamic/balance.vue

+ 0 - 1
src/views/recruit/enterprise/membershipPackage/dynamic/balance.vue

@@ -112,7 +112,6 @@ const calcStyle = (index) => {
       const codeItemHalfWidth = codeItemOffsetWidth/2
       const calcNum = menuHalfWidth+menuHalfWidth*2*index - codeItemHalfWidth
       //
-      
       if (calcNum+codeItemOffsetWidth > codeBoxOffsetWidth) { // 超出右侧,取最大
         offsetCalc.value = codeBoxOffsetWidth-codeItemOffsetWidth
       } else if (calcNum < 0) { // 超出左侧,取最小