소스 검색

修改指法位置

lex 1 년 전
부모
커밋
469a3d2181
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/page-instrument/view-detail/index.tsx

+ 1 - 1
src/page-instrument/view-detail/index.tsx

@@ -233,7 +233,7 @@ export default defineComponent({
         if (state.fingeringInfo.direction === "transverse") {
           return {
             container: {
-              paddingBottom: `calc(${state.fingeringInfo.height} + ${state.attendHideMenu ? "0px" : "1.8rem"})`,
+              paddingBottom: state.platform === IPlatform.PC ? `calc(${state.fingeringInfo.height} + ${state.attendHideMenu ? "0px" : "1.8rem"})` : state.fingeringInfo.height,
             },
             fingerBox: {
               height: state.fingeringInfo.height,