Browse Source

修改指法位置

lex 1 năm trước cách đây
mục cha
commit
469a3d2181
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,