瀏覽代碼

fix: 指法方向修改

TIANYONG 11 月之前
父節點
當前提交
84eb51c05c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/page-instrument/view-detail/index.tsx

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

@@ -337,13 +337,13 @@ export default defineComponent({
           } else {
             return {
               container: {
-                paddingRight: state.fingeringInfo.width,
+                paddingLeft: state.fingeringInfo.width,
               },
               fingerBox: {
                 position: "absolute",
                 width: state.fingeringInfo.width,
                 height: "80%",
-                right: 0,
+                left: 0,
                 top: 0,
               },
             };