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