@@ -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,
};