Browse Source

Merge branch '2023-9-13_指法'

liushengqiang 2 years ago
parent
commit
bb1f5f4544
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/page-instrument/view-figner/index.tsx

+ 6 - 0
src/page-instrument/view-figner/index.tsx

@@ -342,6 +342,12 @@ export default defineComponent({
 		});
 
 		const containerBox = computed(() => {
+			if (state.platform === IPlatform.PC || query.modelType) {
+				return {
+					paddingTop: "1rem",
+					paddingBottom: "",
+				}
+			}
 			if (data.subject === "hulusi-flute") {
 				return {
 					paddingTop: "3.1rem",