浏览代码

修改指法位置

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,