Parcourir la source

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

liushengqiang il y a 2 ans
Parent
commit
bb1f5f4544
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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",