فهرست منبع

修改指法位置

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,